#983B17

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

Shades of Saddle Brown #983B17

Tints of Saddle Brown #983B17

Color information

#983B17 (or 0x983B17) is unknown color: approx Saddle Brown. HEX triplet: 98, 3B and 17. RGB value is (152,59,23). Sum of RGB (Red+Green+Blue) = 152+59+23=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #983B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983B17 is #67C4E8. Grayscale: #525252. Windows color (decimal): -6800617 or 1522584. OLE color: 1522584.

HSL color Cylindrical-coordinate representation of color #983B17: hue angle of 16.74º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #983B17 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB1525923-
CMYK00.610.850.40
HSL16.74º73.71%34.31%-
HSV(B)16.74º84.87%59.61%-
XYZ14.679.871.94-
YUV82.794.31177.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 59 (23.44% from 255) = 25.21%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=64.96%
G=25.21%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152592300.610.850.4016.7473.7134.31
Hex983B1703D5528114a22
Octal2307327075125502111242
Binary100110001110111011101111011010101101000100011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983B17; }

 p { color: rgb(152,59,23); }

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

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

 a { background-color: rgb(152,59,23); }

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

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

 span { border-color: rgb(152,59,23); }

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