#995212

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

Shades of Saddle Brown #995212

Tints of Saddle Brown #995212

Color information

#995212 (or 0x995212) is unknown color: approx Saddle Brown. HEX triplet: 99, 52 and 12. RGB value is (153,82,18). Sum of RGB (Red+Green+Blue) = 153+82+18=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #995212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995212 is #66ADED. Grayscale: #606060. Windows color (decimal): -6729198 or 1200793. OLE color: 1200793.

HSL color Cylindrical-coordinate representation of color #995212: hue angle of 28.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #995212 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1538218-
CMYK00.460.880.4
HSL28.44º78.95%33.53%-
HSV(B)28.44º88.24%60%-
XYZ16.2612.852.2-
YUV95.9384.02168.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=60.47%
G=32.41%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153821800.460.880.428.4478.9533.53
Hex99521202E58281c4f22
Octal23112222056130503411742
Binary1001100110100101001001011101011000101000111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995212; }

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

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

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

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

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

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

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

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