#874807

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

Shades of Saddle Brown #874807

Tints of Saddle Brown #874807

Color information

#874807 (or 0x874807) is unknown color: approx Saddle Brown. HEX triplet: 87, 48 and 07. RGB value is (135,72,7). Sum of RGB (Red+Green+Blue) = 135+72+7=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #874807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874807 is #78B7F8. Grayscale: #535353. Windows color (decimal): -7911417 or 477319. OLE color: 477319.

HSL color Cylindrical-coordinate representation of color #874807: hue angle of 30.47º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #874807 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB135727-
CMYK00.470.950.47
HSL30.47º90.14%27.84%-
HSV(B)30.47º94.81%52.94%-
XYZ12.359.81.44-
YUV83.4384.87164.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=63.08%
G=33.64%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13572700.470.950.4730.4790.1427.84
Hex8748702F5F2F1e5a1c
Octal2071107057137573613234
Binary1000011110010001110101111101111110111111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874807; }

 p { color: rgb(135,72,7); }

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

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

 a { background-color: rgb(135,72,7); }

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

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

 span { border-color: rgb(135,72,7); }

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