#874E05

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

Shades of Saddle Brown #874E05

Tints of Saddle Brown #874E05

Color information

#874E05 (or 0x874E05) is unknown color: approx Saddle Brown. HEX triplet: 87, 4E and 05. RGB value is (135,78,5). Sum of RGB (Red+Green+Blue) = 135+78+5=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #874E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874E05 is #78B1FA. Grayscale: #575757. Windows color (decimal): -7909883 or 347783. OLE color: 347783.

HSL color Cylindrical-coordinate representation of color #874E05: hue angle of 33.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #874E05 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135785-
CMYK00.420.960.47
HSL33.69º92.86%27.45%-
HSV(B)33.69º96.3%52.94%-
XYZ12.7410.611.52-
YUV86.7281.88162.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 5 (2.34% from 255) = 2.29%
R=61.93%
G=35.78%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13578500.420.960.4733.6992.8627.45
Hex874E502A602F225d1b
Octal2071165052140574213533
Binary10000111100111010101010101100000101111100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E05; }

 p { color: rgb(135,78,5); }

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

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

 a { background-color: rgb(135,78,5); }

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

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

 span { border-color: rgb(135,78,5); }

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