#984511

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

Shades of Saddle Brown #984511

Tints of Saddle Brown #984511

Color information

#984511 (or 0x984511) is unknown color: approx Saddle Brown. HEX triplet: 98, 45 and 11. RGB value is (152,69,17). Sum of RGB (Red+Green+Blue) = 152+69+17=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #984511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984511 is #67BAEE. Grayscale: #585858. Windows color (decimal): -6798063 or 1131928. OLE color: 1131928.

HSL color Cylindrical-coordinate representation of color #984511: hue angle of 23.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #984511 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1526917-
CMYK00.550.890.40
HSL23.11º79.88%33.14%-
HSV(B)23.11º88.82%59.61%-
XYZ15.1810.971.85-
YUV87.8988173.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 17 (7.03% from 255) = 7.14%
R=63.87%
G=28.99%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152691700.550.890.4023.1179.8833.14
Hex9845110375928175021
Octal23010521067131502712041
Binary1001100010001011000101101111011001101000101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984511; }

 p { color: rgb(152,69,17); }

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

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

 a { background-color: rgb(152,69,17); }

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

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

 span { border-color: rgb(152,69,17); }

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