#874200

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

Shades of Saddle Brown #874200

Tints of Saddle Brown #874200

Color information

#874200 (or 0x874200) is unknown color: approx Saddle Brown. HEX triplet: 87, 42 and 00. RGB value is (135,66,0). Sum of RGB (Red+Green+Blue) = 135+66+0=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #874200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874200 is #78BDFF. Grayscale: #4F4F4F. Windows color (decimal): -7912960 or 17031. OLE color: 17031.

HSL color Cylindrical-coordinate representation of color #874200: hue angle of 29.33º 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 #874200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135660-
CMYK00.5110.47
HSL29.33º100%26.47%-
HSV(B)29.33º100%52.94%-
XYZ11.949.051.12-
YUV79.1183.36167.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.16%
G=32.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13566000.5110.4729.3310026.47
Hex87420033642F1d641a
Octal2071020063144573514432
Binary10000111100001000110011110010010111111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874200; }

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

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

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

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

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

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

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

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