#995208

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

Shades of Saddle Brown #995208

Tints of Saddle Brown #995208

Color information

#995208 (or 0x995208) is unknown color: approx Saddle Brown. HEX triplet: 99, 52 and 08. RGB value is (153,82,8). Sum of RGB (Red+Green+Blue) = 153+82+8=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #995208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995208 is #66ADF7. Grayscale: #5F5F5F. Windows color (decimal): -6729208 or 545433. OLE color: 545433.

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

Color convert

RGB153828-
CMYK00.460.950.4
HSL30.62º90.06%31.57%-
HSV(B)30.62º94.77%60%-
XYZ16.212.821.85-
YUV94.7979.02169.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=62.96%
G=33.74%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15382800.460.950.430.6290.0631.57
Hex9952802E5F281f5a20
Octal23112210056137503713240
Binary100110011010010100001011101011111101000111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995208; }

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

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

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

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

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

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

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

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