#984513

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

Shades of Saddle Brown #984513

Tints of Saddle Brown #984513

Color information

#984513 (or 0x984513) is unknown color: approx Saddle Brown. HEX triplet: 98, 45 and 13. RGB value is (152,69,19). Sum of RGB (Red+Green+Blue) = 152+69+19=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #984513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984513 is #67BAEC. Grayscale: #585858. Windows color (decimal): -6798061 or 1263000. OLE color: 1263000.

HSL color Cylindrical-coordinate representation of color #984513: hue angle of 22.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #984513 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1526919-
CMYK00.550.870.40
HSL22.56º77.78%33.53%-
HSV(B)22.56º87.5%59.61%-
XYZ15.1910.981.93-
YUV88.1289173.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=63.33%
G=28.75%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152691900.550.870.4022.5677.7833.53
Hex9845130375728174e22
Octal23010523067127502711642
Binary1001100010001011001101101111010111101000101111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984513; }

 p { color: rgb(152,69,19); }

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

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

 a { background-color: rgb(152,69,19); }

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

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

 span { border-color: rgb(152,69,19); }

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