#874616

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

Shades of Saddle Brown #874616

Tints of Saddle Brown #874616

Color information

#874616 (or 0x874616) is unknown color: approx Saddle Brown. HEX triplet: 87, 46 and 16. RGB value is (135,70,22). Sum of RGB (Red+Green+Blue) = 135+70+22=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874616 is #78B9E9. Grayscale: #545454. Windows color (decimal): -7911914 or 1459847. OLE color: 1459847.

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

Color convert

RGB1357022-
CMYK00.480.840.47
HSL25.49º71.97%30.78%-
HSV(B)25.49º83.7%52.94%-
XYZ12.339.591.96-
YUV83.9693.03164.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=59.47%
G=30.84%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135702200.480.840.4725.4971.9730.78
Hex874616030542F19481f
Octal20710626060124573111037
Binary100001111000110101100110000101010010111111001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874616; }

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

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

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

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

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

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

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

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