#873336

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

Shades of Old Brick #873336

Tints of Old Brick #873336

Color information

#873336 (or 0x873336) is unknown color: approx Old Brick. HEX triplet: 87, 33 and 36. RGB value is (135,51,54). Sum of RGB (Red+Green+Blue) = 135+51+54=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873336 is #78CCC9. Grayscale: #4C4C4C. Windows color (decimal): -7916746 or 3552135. OLE color: 3552135.

HSL color Cylindrical-coordinate representation of color #873336: hue angle of 357.86º 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 #873336 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1355154-
CMYK00.620.600.47
HSL357.86º45.16%36.47%-
HSV(B)357.86º62.22%52.94%-
XYZ11.847.784.37-
YUV76.46115.33169.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=56.25%
G=21.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135515400.620.600.47357.8645.1636.47
Hex87333603E3C2F1662d24
Octal207636607674575465544
Binary100001111100111101100111110111100101111101100110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873336; }

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

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

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

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

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

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

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

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