#874F02

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

Shades of Saddle Brown #874F02

Tints of Saddle Brown #874F02

Color information

#874F02 (or 0x874F02) is unknown color: approx Saddle Brown. HEX triplet: 87, 4F and 02. RGB value is (135,79,2). Sum of RGB (Red+Green+Blue) = 135+79+2=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #874F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874F02 is #78B0FD. Grayscale: #575757. Windows color (decimal): -7909630 or 151431. OLE color: 151431.

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

Color convert

RGB135792-
CMYK00.410.990.47
HSL34.74º97.08%26.86%-
HSV(B)34.74º98.52%52.94%-
XYZ12.810.751.46-
YUV86.9780.05162.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=62.5%
G=36.57%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13579200.410.990.4734.7497.0826.86
Hex874F2029632F23611b
Octal2071172051143574314133
Binary1000011110011111001010011100011101111100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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