#874F00

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

Shades of Saddle Brown #874F00

Tints of Saddle Brown #874F00

Color information

#874F00 (or 0x874F00) is unknown color: approx Saddle Brown. HEX triplet: 87, 4F and 00. RGB value is (135,79,0). Sum of RGB (Red+Green+Blue) = 135+79+0=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #874F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874F00 is #78B0FF. Grayscale: #575757. Windows color (decimal): -7909632 or 20359. OLE color: 20359.

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

Color convert

RGB135790-
CMYK00.4110.47
HSL35.11º100%26.47%-
HSV(B)35.11º100%52.94%-
XYZ12.7910.741.4-
YUV86.7479.05162.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.08%
G=36.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13579000.4110.4735.1110026.47
Hex874F0029642F23641a
Octal2071170051144574314432
Binary100001111001111001010011100100101111100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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