#854D13

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

Shades of Saddle Brown #854D13

Tints of Saddle Brown #854D13

Color information

#854D13 (or 0x854D13) is unknown color: approx Saddle Brown. HEX triplet: 85, 4D and 13. RGB value is (133,77,19). Sum of RGB (Red+Green+Blue) = 133+77+19=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #854D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D13 is #7AB2EC. Grayscale: #575757. Windows color (decimal): -8041197 or 1265029. OLE color: 1265029.

HSL color Cylindrical-coordinate representation of color #854D13: hue angle of 30.53º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #854D13 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1337719-
CMYK00.420.860.48
HSL30.53º75%29.8%-
HSV(B)30.53º85.71%52.16%-
XYZ12.4410.341.96-
YUV87.1389.55160.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=58.08%
G=33.62%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133771900.420.860.4830.537529.8
Hex854D1302A56301f4b1e
Octal20511523052126603711336
Binary100001011001101100110101010101011011000011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D13; }

 p { color: rgb(133,77,19); }

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

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

 a { background-color: rgb(133,77,19); }

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

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

 span { border-color: rgb(133,77,19); }

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