#873239

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

Shades of Old Brick #873239

Tints of Old Brick #873239

Color information

#873239 (or 0x873239) is unknown color: approx Old Brick. HEX triplet: 87, 32 and 39. RGB value is (135,50,57). Sum of RGB (Red+Green+Blue) = 135+50+57=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #873239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873239 is #78CDC6. Grayscale: #4C4C4C. Windows color (decimal): -7916999 or 3748487. OLE color: 3748487.

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

Color convert

RGB1355057-
CMYK00.630.580.47
HSL355.06º45.95%36.27%-
HSV(B)355.06º62.96%52.94%-
XYZ11.877.734.74-
YUV76.21117.16169.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=55.79%
G=20.66%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135505700.630.580.47355.0645.9536.27
Hex87323903F3A2F1632e24
Octal207627107772575435644
Binary100001111100101110010111111111010101111101100011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873239; }

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

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

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

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

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

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

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

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