#874A00

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

Shades of Saddle Brown #874A00

Tints of Saddle Brown #874A00

Color information

#874A00 (or 0x874A00) is unknown color: approx Saddle Brown. HEX triplet: 87, 4A and 00. RGB value is (135,74,0). Sum of RGB (Red+Green+Blue) = 135+74+0=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #874A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A00 is #78B5FF. Grayscale: #545454. Windows color (decimal): -7910912 or 19079. OLE color: 19079.

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

Color convert

RGB135740-
CMYK00.4510.47
HSL32.89º100%26.47%-
HSV(B)32.89º100%52.94%-
XYZ12.4410.051.28-
YUV83.880.71164.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.59%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.59%
G=35.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13574000.4510.4732.8910026.47
Hex874A002D642F21641a
Octal2071120055144574114432
Binary100001111001010001011011100100101111100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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