#873612

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

Shades of Saddle Brown #873612

Tints of Saddle Brown #873612

Color information

#873612 (or 0x873612) is unknown color: approx Saddle Brown. HEX triplet: 87, 36 and 12. RGB value is (135,54,18). Sum of RGB (Red+Green+Blue) = 135+54+18=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #873612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873612 is #78C9ED. Grayscale: #4A4A4A. Windows color (decimal): -7916014 or 1193607. OLE color: 1193607.

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

Color convert

RGB1355418-
CMYK00.600.870.47
HSL18.46º76.47%30%-
HSV(B)18.46º86.67%52.94%-
XYZ11.427.831.48-
YUV74.1196.34171.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.22%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=65.22%
G=26.09%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135541800.600.870.4718.4676.4730
Hex87361203C572F124c1e
Octal2076622074127572211436
Binary10000111110110100100111100101011110111110010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873612; }

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

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

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

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

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

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

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

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