#984711

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

Shades of Saddle Brown #984711

Tints of Saddle Brown #984711

Color information

#984711 (or 0x984711) is unknown color: approx Saddle Brown. HEX triplet: 98, 47 and 11. RGB value is (152,71,17). Sum of RGB (Red+Green+Blue) = 152+71+17=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #984711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984711 is #67B8EE. Grayscale: #595959. Windows color (decimal): -6797551 or 1132440. OLE color: 1132440.

HSL color Cylindrical-coordinate representation of color #984711: hue angle of 24º 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 #984711 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1527117-
CMYK00.530.890.40
HSL24º79.88%33.14%-
HSV(B)24º88.82%59.61%-
XYZ15.311.221.89-
YUV89.0687.34172.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=63.33%
G=29.58%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152711700.530.890.402479.8833.14
Hex9847110355928185021
Octal23010721065131503012041
Binary1001100010001111000101101011011001101000110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984711; }

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

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

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

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

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

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

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

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