#984816

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

Shades of Saddle Brown #984816

Tints of Saddle Brown #984816

Color information

#984816 (or 0x984816) is unknown color: approx Saddle Brown. HEX triplet: 98, 48 and 16. RGB value is (152,72,22). Sum of RGB (Red+Green+Blue) = 152+72+22=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #984816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984816 is #67B7E9. Grayscale: #5A5A5A. Windows color (decimal): -6797290 or 1460376. OLE color: 1460376.

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

Color convert

RGB1527222-
CMYK00.530.860.40
HSL23.08º74.71%34.12%-
HSV(B)23.08º85.53%59.61%-
XYZ15.4111.372.14-
YUV90.2289.5172.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=61.79%
G=29.27%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152722200.530.860.4023.0874.7134.12
Hex9848160355628174b22
Octal23011026065126502711342
Binary1001100010010001011001101011010110101000101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984816; }

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

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

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

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

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

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

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

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