#874E00

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

Shades of Saddle Brown #874E00

Tints of Saddle Brown #874E00

Color information

#874E00 (or 0x874E00) is unknown color: approx Saddle Brown. HEX triplet: 87, 4E and 00. RGB value is (135,78,0). Sum of RGB (Red+Green+Blue) = 135+78+0=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #874E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874E00 is #78B1FF. Grayscale: #565656. Windows color (decimal): -7909888 or 20103. OLE color: 20103.

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

Color convert

RGB135780-
CMYK00.4210.47
HSL34.67º100%26.47%-
HSV(B)34.67º100%52.94%-
XYZ12.7210.61.38-
YUV86.1579.38162.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.38%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.38%
G=36.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13578000.4210.4734.6710026.47
Hex874E002A642F23641a
Octal2071160052144574314432
Binary100001111001110001010101100100101111100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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