#854211

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

Shades of Saddle Brown #854211

Tints of Saddle Brown #854211

Color information

#854211 (or 0x854211) is unknown color: approx Saddle Brown. HEX triplet: 85, 42 and 11. RGB value is (133,66,17). Sum of RGB (Red+Green+Blue) = 133+66+17=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #854211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854211 is #7ABDEE. Grayscale: #505050. Windows color (decimal): -8044015 or 1131141. OLE color: 1131141.

HSL color Cylindrical-coordinate representation of color #854211: hue angle of 25.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #854211 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1336617-
CMYK00.500.870.48
HSL25.34º77.33%29.41%-
HSV(B)25.34º87.22%52.16%-
XYZ11.728.921.63-
YUV80.4592.2165.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=61.57%
G=30.56%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133661700.500.870.4825.3477.3329.41
Hex8542110325730194d1d
Octal20510221062127603111535
Binary100001011000010100010110010101011111000011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854211; }

 p { color: rgb(133,66,17); }

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

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

 a { background-color: rgb(133,66,17); }

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

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

 span { border-color: rgb(133,66,17); }

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