#984316

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

Shades of Saddle Brown #984316

Tints of Saddle Brown #984316

Color information

#984316 (or 0x984316) is unknown color: approx Saddle Brown. HEX triplet: 98, 43 and 16. RGB value is (152,67,22). Sum of RGB (Red+Green+Blue) = 152+67+22=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #984316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984316 is #67BCE9. Grayscale: #575757. Windows color (decimal): -6798570 or 1459096. OLE color: 1459096.

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

Color convert

RGB1526722-
CMYK00.560.860.40
HSL20.77º74.71%34.12%-
HSV(B)20.77º85.53%59.61%-
XYZ15.110.752.04-
YUV87.2891.16174.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=63.07%
G=27.80%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152672200.560.860.4020.7774.7134.12
Hex9843160385628154b22
Octal23010326070126502511342
Binary1001100010000111011001110001010110101000101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984316; }

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

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

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

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

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

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

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

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