#874D05

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

Shades of Saddle Brown #874D05

Tints of Saddle Brown #874D05

Color information

#874D05 (or 0x874D05) is unknown color: approx Saddle Brown. HEX triplet: 87, 4D and 05. RGB value is (135,77,5). Sum of RGB (Red+Green+Blue) = 135+77+5=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #874D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874D05 is #78B2FA. Grayscale: #565656. Windows color (decimal): -7910139 or 347527. OLE color: 347527.

HSL color Cylindrical-coordinate representation of color #874D05: hue angle of 33.23º 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 #874D05 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135775-
CMYK00.430.960.47
HSL33.23º92.86%27.45%-
HSV(B)33.23º96.3%52.94%-
XYZ12.6710.471.5-
YUV86.1382.22162.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=62.21%
G=35.48%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13577500.430.960.4733.2392.8627.45
Hex874D502B602F215d1b
Octal2071155053140574113533
Binary10000111100110110101010111100000101111100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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