#854E12

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

Shades of Saddle Brown #854E12

Tints of Saddle Brown #854E12

Color information

#854E12 (or 0x854E12) is unknown color: approx Saddle Brown. HEX triplet: 85, 4E and 12. RGB value is (133,78,18). Sum of RGB (Red+Green+Blue) = 133+78+18=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #854E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854E12 is #7AB1ED. Grayscale: #575757. Windows color (decimal): -8040942 or 1199749. OLE color: 1199749.

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

Color convert

RGB1337818-
CMYK00.410.860.48
HSL31.3º76.16%29.61%-
HSV(B)31.3º86.47%52.16%-
XYZ12.5110.481.94-
YUV87.688.72160.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=58.08%
G=34.06%
B=7.86%

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
Decimal133781800.410.860.4831.376.1629.61
Hex854E1202956301f4c1e
Octal20511622051126603711436
Binary100001011001110100100101001101011011000011111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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