#995210

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

Shades of Saddle Brown #995210

Tints of Saddle Brown #995210

Color information

#995210 (or 0x995210) is unknown color: approx Saddle Brown. HEX triplet: 99, 52 and 10. RGB value is (153,82,16). Sum of RGB (Red+Green+Blue) = 153+82+16=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #995210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995210 is #66ADEF. Grayscale: #606060. Windows color (decimal): -6729200 or 1069721. OLE color: 1069721.

HSL color Cylindrical-coordinate representation of color #995210: hue angle of 28.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #995210 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1538216-
CMYK00.460.900.4
HSL28.91º81.07%33.14%-
HSV(B)28.91º89.54%60%-
XYZ16.2512.842.11-
YUV95.783.02168.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 16 (6.64% from 255) = 6.37%
R=60.96%
G=32.67%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153821600.460.900.428.9181.0733.14
Hex99521002E5A281d5121
Octal23112220056132503512141
Binary1001100110100101000001011101011010101000111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995210; }

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

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

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

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

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

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

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

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