#874913

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

Shades of Saddle Brown #874913

Tints of Saddle Brown #874913

Color information

#874913 (or 0x874913) is unknown color: approx Saddle Brown. HEX triplet: 87, 49 and 13. RGB value is (135,73,19). Sum of RGB (Red+Green+Blue) = 135+73+19=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874913 is #78B6EC. Grayscale: #555555. Windows color (decimal): -7911149 or 1264007. OLE color: 1264007.

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

Color convert

RGB1357319-
CMYK00.460.860.47
HSL27.93º75.32%30.2%-
HSV(B)27.93º85.93%52.94%-
XYZ12.499.961.88-
YUV85.3890.54163.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=59.47%
G=32.16%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135731900.460.860.4727.9375.3230.2
Hex87491302E562F1c4b1e
Octal20711123056126573411336
Binary100001111001001100110101110101011010111111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874913; }

 p { color: rgb(135,73,19); }

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

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

 a { background-color: rgb(135,73,19); }

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

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

 span { border-color: rgb(135,73,19); }

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