#854e13

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

Shades of Saddle Brown #854E13

Tints of Saddle Brown #854E13

Color information

#854E13 (or 0x854E13) is unknown color: approx Saddle Brown. HEX triplet: 85, 4E and 13. RGB value is (133,78,19). Sum of RGB (Red+Green+Blue) = 133+78+19=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #854E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854E13 is #7AB1EC. Grayscale: #585858. Windows color (decimal): -8040941 or 1265285. OLE color: 1265285.

HSL color Cylindrical-coordinate representation of color #854E13: hue angle of 31.05º 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 #854E13 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1337819-
CMYK00.410.860.48
HSL31.05º75%29.8%-
HSV(B)31.05º85.71%52.16%-
XYZ12.5110.481.98-
YUV87.7289.22160.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=57.83%
G=33.91%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133781900.410.860.4831.057529.8
Hex854E1302956301f4b1e
Octal20511623051126603711336
Binary100001011001110100110101001101011011000011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854e13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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