#992F09

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

Shades of Saddle Brown #992F09

Tints of Saddle Brown #992F09

Color information

#992F09 (or 0x992F09) is unknown color: approx Saddle Brown. HEX triplet: 99, 2F and 09. RGB value is (153,47,9). Sum of RGB (Red+Green+Blue) = 153+47+9=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #992F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992F09 is #66D0F6. Grayscale: #4A4A4A. Windows color (decimal): -6738167 or 602009. OLE color: 602009.

HSL color Cylindrical-coordinate representation of color #992F09: hue angle of 15.83º 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 #992F09 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB153479-
CMYK00.690.940.4
HSL15.83º88.89%31.76%-
HSV(B)15.83º94.12%60%-
XYZ14.28.831.21-
YUV74.3691.12184.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 9 (3.91% from 255) = 4.31%
R=73.21%
G=22.49%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15347900.690.940.415.8388.8931.76
Hex992F90455E28105920
Octal23157110105136502013140
Binary100110011011111001010001011011110101000100001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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