#874016

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

Shades of Saddle Brown #874016

Tints of Saddle Brown #874016

Color information

#874016 (or 0x874016) is unknown color: approx Saddle Brown. HEX triplet: 87, 40 and 16. RGB value is (135,64,22). Sum of RGB (Red+Green+Blue) = 135+64+22=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #874016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874016 is #78BFE9. Grayscale: #505050. Windows color (decimal): -7913450 or 1458311. OLE color: 1458311.

HSL color Cylindrical-coordinate representation of color #874016: hue angle of 22.3º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #874016 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1356422-
CMYK00.530.840.47
HSL22.3º71.97%30.78%-
HSV(B)22.3º83.7%52.94%-
XYZ11.978.881.84-
YUV80.4495.02166.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.09%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=61.09%
G=28.96%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135642200.530.840.4722.371.9730.78
Hex874016035542F16481f
Octal20710026065124572611037
Binary100001111000000101100110101101010010111110110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874016; }

 p { color: rgb(135,64,22); }

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

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

 a { background-color: rgb(135,64,22); }

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

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

 span { border-color: rgb(135,64,22); }

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