#874D0F

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

Shades of Saddle Brown #874D0F

Tints of Saddle Brown #874D0F

Color information

#874D0F (or 0x874D0F) is unknown color: approx Saddle Brown. HEX triplet: 87, 4D and 0F. RGB value is (135,77,15). Sum of RGB (Red+Green+Blue) = 135+77+15=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874D0F is #78B2F0. Grayscale: #575757. Windows color (decimal): -7910129 or 1002887. OLE color: 1002887.

HSL color Cylindrical-coordinate representation of color #874D0F: hue angle of 31º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #874D0F is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1357715-
CMYK00.430.890.47
HSL31º80%29.41%-
HSV(B)31º88.89%52.94%-
XYZ12.7310.491.81-
YUV87.2787.22162.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=59.47%
G=33.92%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135771500.430.890.47318029.41
Hex874DF02B592F1f501d
Octal20711517053131573712035
Binary10000111100110111110101011101100110111111111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,15); }

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

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

 a { background-color: rgb(135,77,15); }

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

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

 span { border-color: rgb(135,77,15); }

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