#855212

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

Shades of Saddle Brown #855212

Tints of Saddle Brown #855212

Color information

#855212 (or 0x855212) is unknown color: approx Saddle Brown. HEX triplet: 85, 52 and 12. RGB value is (133,82,18). Sum of RGB (Red+Green+Blue) = 133+82+18=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855212 is #7AADED. Grayscale: #5A5A5A. Windows color (decimal): -8039918 or 1200773. OLE color: 1200773.

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

Color convert

RGB1338218-
CMYK00.380.860.48
HSL33.39º76.16%29.61%-
HSV(B)33.39º86.47%52.16%-
XYZ12.811.062.03-
YUV89.9587.4158.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=57.08%
G=35.19%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133821800.380.860.4833.3976.1629.61
Hex8552120265630214c1e
Octal20512222046126604111436
Binary1000010110100101001001001101010110110000100001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855212; }

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

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

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

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

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

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

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

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