#874E01

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

Shades of Saddle Brown #874E01

Tints of Saddle Brown #874E01

Color information

#874E01 (or 0x874E01) is unknown color: approx Saddle Brown. HEX triplet: 87, 4E and 01. RGB value is (135,78,1). Sum of RGB (Red+Green+Blue) = 135+78+1=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #874E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874E01 is #78B1FE. Grayscale: #565656. Windows color (decimal): -7909887 or 85639. OLE color: 85639.

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

Color convert

RGB135781-
CMYK00.420.990.47
HSL34.48º98.53%26.67%-
HSV(B)34.48º99.26%52.94%-
XYZ12.7210.61.4-
YUV86.2679.88162.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=63.08%
G=36.45%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13578100.420.990.4734.4898.5326.67
Hex874E102A632F22631b
Octal2071161052143574214333
Binary100001111001110101010101100011101111100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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