#985316

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

Shades of Saddle Brown #985316

Tints of Saddle Brown #985316

Color information

#985316 (or 0x985316) is unknown color: approx Saddle Brown. HEX triplet: 98, 53 and 16. RGB value is (152,83,22). Sum of RGB (Red+Green+Blue) = 152+83+22=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #985316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985316 is #67ACE9. Grayscale: #606060. Windows color (decimal): -6794474 or 1463192. OLE color: 1463192.

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

Color convert

RGB1528322-
CMYK00.450.860.40
HSL28.15º74.71%34.12%-
HSV(B)28.15º85.53%59.61%-
XYZ16.1912.922.4-
YUV96.6885.86167.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=59.14%
G=32.30%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152832200.450.860.4028.1574.7134.12
Hex98531602D56281c4b22
Octal23012326055126503411342
Binary1001100010100111011001011011010110101000111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985316; }

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

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

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

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

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

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

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

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