#983916

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

Shades of Saddle Brown #983916

Tints of Saddle Brown #983916

Color information

#983916 (or 0x983916) is unknown color: approx Saddle Brown. HEX triplet: 98, 39 and 16. RGB value is (152,57,22). Sum of RGB (Red+Green+Blue) = 152+57+22=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #983916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983916 is #67C6E9. Grayscale: #515151. Windows color (decimal): -6801130 or 1456536. OLE color: 1456536.

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

Color convert

RGB1525722-
CMYK00.620.860.40
HSL16.15º74.71%34.12%-
HSV(B)16.15º85.53%59.61%-
XYZ14.569.661.86-
YUV81.4194.47178.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=65.80%
G=24.68%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152572200.620.860.4016.1574.7134.12
Hex98391603E5628104b22
Octal2307126076126502011342
Binary100110001110011011001111101010110101000100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983916; }

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

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

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

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

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

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

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

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