#992E09

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

Shades of Saddle Brown #992E09

Tints of Saddle Brown #992E09

Color information

#992E09 (or 0x992E09) is unknown color: approx Saddle Brown. HEX triplet: 99, 2E and 09. RGB value is (153,46,9). Sum of RGB (Red+Green+Blue) = 153+46+9=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #992E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992E09 is #66D1F6. Grayscale: #4A4A4A. Windows color (decimal): -6738423 or 601753. OLE color: 601753.

HSL color Cylindrical-coordinate representation of color #992E09: hue angle of 15.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #992E09 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB153469-
CMYK00.700.940.4
HSL15.42º88.89%31.76%-
HSV(B)15.42º94.12%60%-
XYZ14.168.751.2-
YUV73.7791.45184.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.56%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=73.56%
G=22.12%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15346900.700.940.415.4288.8931.76
Hex992E90465E28f5920
Octal23156110106136501713140
Binary10011001101110100101000110101111010100011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992E09; }

 p { color: rgb(153,46,9); }

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

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

 a { background-color: rgb(153,46,9); }

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

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

 span { border-color: rgb(153,46,9); }

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