#854012

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

Shades of Saddle Brown #854012

Tints of Saddle Brown #854012

Color information

#854012 (or 0x854012) is unknown color: approx Saddle Brown. HEX triplet: 85, 40 and 12. RGB value is (133,64,18). Sum of RGB (Red+Green+Blue) = 133+64+18=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #854012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854012 is #7ABFED. Grayscale: #4F4F4F. Windows color (decimal): -8044526 or 1196165. OLE color: 1196165.

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

Color convert

RGB1336418-
CMYK00.520.860.48
HSL24º76.16%29.61%-
HSV(B)24º86.47%52.16%-
XYZ11.628.71.64-
YUV79.3993.36166.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=61.86%
G=29.77%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133641800.520.860.482476.1629.61
Hex8540120345630184c1e
Octal20510022064126603011436
Binary100001011000000100100110100101011011000011000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854012; }

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

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

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

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

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

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

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

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