#873536

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

Shades of Old Brick #873536

Tints of Old Brick #873536

Color information

#873536 (or 0x873536) is unknown color: approx Old Brick. HEX triplet: 87, 35 and 36. RGB value is (135,53,54). Sum of RGB (Red+Green+Blue) = 135+53+54=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #873536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873536 is #78CAC9. Grayscale: #4D4D4D. Windows color (decimal): -7916234 or 3552647. OLE color: 3552647.

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

Color convert

RGB1355354-
CMYK00.610.600.47
HSL359.27º43.62%36.86%-
HSV(B)359.27º60.74%52.94%-
XYZ11.937.964.4-
YUV77.63114.67168.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=55.79%
G=21.90%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135535400.610.600.47359.2743.6236.86
Hex87353603D3C2F1672c25
Octal207656607574575475445
Binary100001111101011101100111101111100101111101100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873536; }

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

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

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

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

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

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

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

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