#873C06

Color #873C06 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #873C06

Tints of Saddle Brown #873C06

Color information

#873C06 (or 0x873C06) is unknown color: approx Saddle Brown. HEX triplet: 87, 3C and 06. RGB value is (135,60,6). Sum of RGB (Red+Green+Blue) = 135+60+6=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #873C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C06 is #78C3F9. Grayscale: #4C4C4C. Windows color (decimal): -7914490 or 408711. OLE color: 408711.

HSL color Cylindrical-coordinate representation of color #873C06: hue angle of 25.12º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #873C06 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135606-
CMYK00.560.960.47
HSL25.12º91.49%27.65%-
HSV(B)25.12º95.56%52.94%-
XYZ11.648.41.18-
YUV76.2788.35169.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=67.16%
G=29.85%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13560600.560.960.4725.1291.4927.65
Hex873C6038602F195b1c
Octal207746070140573113334
Binary100001111111001100111000110000010111111001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873C06; }

 p { color: rgb(135,60,6); }

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

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

 a { background-color: rgb(135,60,6); }

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

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

 span { border-color: rgb(135,60,6); }

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