#874614

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

Shades of Saddle Brown #874614

Tints of Saddle Brown #874614

Color information

#874614 (or 0x874614) is unknown color: approx Saddle Brown. HEX triplet: 87, 46 and 14. RGB value is (135,70,20). Sum of RGB (Red+Green+Blue) = 135+70+20=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #874614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874614 is #78B9EB. Grayscale: #545454. Windows color (decimal): -7911916 or 1328775. OLE color: 1328775.

HSL color Cylindrical-coordinate representation of color #874614: hue angle of 26.09º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #874614 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1357020-
CMYK00.480.850.47
HSL26.09º74.19%30.39%-
HSV(B)26.09º85.19%52.94%-
XYZ12.319.581.86-
YUV83.7392.03164.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=60%
G=31.11%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135702000.480.850.4726.0974.1930.39
Hex874614030552F1a4a1e
Octal20710624060125573211236
Binary100001111000110101000110000101010110111111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874614; }

 p { color: rgb(135,70,20); }

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

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

 a { background-color: rgb(135,70,20); }

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

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

 span { border-color: rgb(135,70,20); }

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