#874F10

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

Shades of Saddle Brown #874F10

Tints of Saddle Brown #874F10

Color information

#874F10 (or 0x874F10) is unknown color: approx Saddle Brown. HEX triplet: 87, 4F and 10. RGB value is (135,79,16). Sum of RGB (Red+Green+Blue) = 135+79+16=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #874F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874F10 is #78B0EF. Grayscale: #585858. Windows color (decimal): -7909616 or 1068935. OLE color: 1068935.

HSL color Cylindrical-coordinate representation of color #874F10: hue angle of 31.76º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #874F10 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1357916-
CMYK00.410.880.47
HSL31.76º78.81%29.61%-
HSV(B)31.76º88.15%52.94%-
XYZ12.8810.781.89-
YUV88.5687.05161.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=58.70%
G=34.35%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135791600.410.880.4731.7678.8129.61
Hex874F10029582F204f1e
Octal20711720051130574011736
Binary1000011110011111000001010011011000101111100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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