#873839

Color #873839 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #873839

Tints of Old Brick #873839

Color information

#873839 (or 0x873839) is unknown color: approx Old Brick. HEX triplet: 87, 38 and 39. RGB value is (135,56,57). Sum of RGB (Red+Green+Blue) = 135+56+57=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #873839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873839 is #78C7C6. Grayscale: #4F4F4F. Windows color (decimal): -7915463 or 3750023. OLE color: 3750023.

HSL color Cylindrical-coordinate representation of color #873839: hue angle of 359.24º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873839 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1355657-
CMYK00.590.580.47
HSL359.24º41.36%37.45%-
HSV(B)359.24º58.52%52.94%-
XYZ12.148.274.83-
YUV79.74115.17167.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=54.44%
G=22.58%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135565700.590.580.47359.2441.3637.45
Hex87383903B3A2F1672925
Octal207707107372575475145
Binary100001111110001110010111011111010101111101100111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873839; }

 p { color: rgb(135,56,57); }

 H1.HeaderClassName
 {
   color: #873839;
 }
 .AnyTagClassName
 {
   color: #873839;
 }
</style>
background-color css

<style>
 a { background-color: #873839; }

 a { background-color: rgb(135,56,57); }

 div.DivClassName
 {
   background-color: #873839;
 }
 .BgClassName
 {
   background-color: #873839;
 }
</style>
border-color css

<style>
 span { border-color: #873839; }

 span { border-color: rgb(135,56,57); }

 td.TdClassName
 {
   border-color: #873839;
 }
 .TagClassName
 {
   border-color: #873839;
 }
</style>