#873337

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

Shades of Old Brick #873337

Tints of Old Brick #873337

Color information

#873337 (or 0x873337) is unknown color: approx Old Brick. HEX triplet: 87, 33 and 37. RGB value is (135,51,55). Sum of RGB (Red+Green+Blue) = 135+51+55=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873337 is #78CCC8. Grayscale: #4C4C4C. Windows color (decimal): -7916745 or 3617671. OLE color: 3617671.

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

Color convert

RGB1355155-
CMYK00.620.590.47
HSL357.14º45.16%36.47%-
HSV(B)357.14º62.22%52.94%-
XYZ11.877.794.49-
YUV76.57115.83169.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=56.02%
G=21.16%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135515500.620.590.47357.1445.1636.47
Hex87333703E3B2F1652d24
Octal207636707673575455544
Binary100001111100111101110111110111011101111101100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873337; }

 p { color: rgb(135,51,55); }

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

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

 a { background-color: rgb(135,51,55); }

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

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

 span { border-color: rgb(135,51,55); }

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