#995200

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

Shades of Saddle Brown #995200

Tints of Saddle Brown #995200

Color information

#995200 (or 0x995200) is unknown color: approx Saddle Brown. HEX triplet: 99, 52 and 00. RGB value is (153,82,0). Sum of RGB (Red+Green+Blue) = 153+82+0=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #995200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995200 is #66ADFF. Grayscale: #5E5E5E. Windows color (decimal): -6729216 or 21145. OLE color: 21145.

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

Color convert

RGB153820-
CMYK00.4610.4
HSL32.16º100%30%-
HSV(B)32.16º100%60%-
XYZ16.1512.811.62-
YUV93.8875.02170.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.11%
G=34.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15382000.4610.432.1610030
Hex9952002E642820641e
Octal2311220056144504014436
Binary100110011010010001011101100100101000100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995200; }

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

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

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

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

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

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

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

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