#982E09

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

Shades of Saddle Brown #982E09

Tints of Saddle Brown #982E09

Color information

#982E09 (or 0x982E09) is unknown color: approx Saddle Brown. HEX triplet: 98, 2E and 09. RGB value is (152,46,9). Sum of RGB (Red+Green+Blue) = 152+46+9=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982E09 is #67D1F6. Grayscale: #494949. Windows color (decimal): -6803959 or 601752. OLE color: 601752.

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

Color convert

RGB152469-
CMYK00.700.940.40
HSL15.52º88.82%31.57%-
HSV(B)15.52º94.08%59.61%-
XYZ13.988.651.19-
YUV73.4891.62184.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=73.43%
G=22.22%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15246900.700.940.4015.5288.8231.57
Hex982E90465E28105920
Octal23056110106136502013140
Binary100110001011101001010001101011110101000100001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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