#984916

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

Shades of Saddle Brown #984916

Tints of Saddle Brown #984916

Color information

#984916 (or 0x984916) is unknown color: approx Saddle Brown. HEX triplet: 98, 49 and 16. RGB value is (152,73,22). Sum of RGB (Red+Green+Blue) = 152+73+22=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #984916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984916 is #67B6E9. Grayscale: #5B5B5B. Windows color (decimal): -6797034 or 1460632. OLE color: 1460632.

HSL color Cylindrical-coordinate representation of color #984916: hue angle of 23.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #984916 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1527322-
CMYK00.520.860.40
HSL23.54º74.71%34.12%-
HSV(B)23.54º85.53%59.61%-
XYZ15.4811.52.16-
YUV90.8189.17171.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=61.54%
G=29.55%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152732200.520.860.4023.5474.7134.12
Hex9849160345628184b22
Octal23011126064126503011342
Binary1001100010010011011001101001010110101000110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984916; }

 p { color: rgb(152,73,22); }

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

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

 a { background-color: rgb(152,73,22); }

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

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

 span { border-color: rgb(152,73,22); }

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