#982F09

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

Shades of Saddle Brown #982F09

Tints of Saddle Brown #982F09

Color information

#982F09 (or 0x982F09) is unknown color: approx Saddle Brown. HEX triplet: 98, 2F and 09. RGB value is (152,47,9). Sum of RGB (Red+Green+Blue) = 152+47+9=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #982F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F09 is #67D0F6. Grayscale: #4A4A4A. Windows color (decimal): -6803703 or 602008. OLE color: 602008.

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

Color convert

RGB152479-
CMYK00.690.940.40
HSL15.94º88.82%31.57%-
HSV(B)15.94º94.08%59.61%-
XYZ14.018.731.2-
YUV74.0691.29183.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.08%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=73.08%
G=22.60%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15247900.690.940.4015.9488.8231.57
Hex982F90455E28105920
Octal23057110105136502013140
Binary100110001011111001010001011011110101000100001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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