#992600

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

Shades of Saddle Brown #992600

Tints of Saddle Brown #992600

Color information

#992600 (or 0x992600) is unknown color: approx Saddle Brown. HEX triplet: 99, 26 and 00. RGB value is (153,38,0). Sum of RGB (Red+Green+Blue) = 153+38+0=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #992600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992600 is #66D9FF. Grayscale: #444444. Windows color (decimal): -6740480 or 9881. OLE color: 9881.

HSL color Cylindrical-coordinate representation of color #992600: hue angle of 14.9º 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 #992600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153380-
CMYK00.7510.4
HSL14.9º100%30%-
HSV(B)14.9º100%60%-
XYZ13.838.160.85-
YUV68.0589.6188.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.10%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.10%
G=19.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15338000.7510.414.910030
Hex9926004B6428f641e
Octal2314600113144501714436
Binary1001100110011000100101111001001010001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992600; }

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

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

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

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

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

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

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

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