#874A13

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

Shades of Saddle Brown #874A13

Tints of Saddle Brown #874A13

Color information

#874A13 (or 0x874A13) is unknown color: approx Saddle Brown. HEX triplet: 87, 4A and 13. RGB value is (135,74,19). Sum of RGB (Red+Green+Blue) = 135+74+19=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #874A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A13 is #78B5EC. Grayscale: #565656. Windows color (decimal): -7910893 or 1264263. OLE color: 1264263.

HSL color Cylindrical-coordinate representation of color #874A13: hue angle of 28.45º 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 #874A13 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1357419-
CMYK00.450.860.47
HSL28.45º75.32%30.2%-
HSV(B)28.45º85.93%52.94%-
XYZ12.5610.11.9-
YUV85.9790.21162.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=59.21%
G=32.46%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135741900.450.860.4728.4575.3230.2
Hex874A1302D562F1c4b1e
Octal20711223055126573411336
Binary100001111001010100110101101101011010111111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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