#984515

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

Shades of Saddle Brown #984515

Tints of Saddle Brown #984515

Color information

#984515 (or 0x984515) is unknown color: approx Saddle Brown. HEX triplet: 98, 45 and 15. RGB value is (152,69,21). Sum of RGB (Red+Green+Blue) = 152+69+21=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #984515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984515 is #67BAEA. Grayscale: #585858. Windows color (decimal): -6798059 or 1394072. OLE color: 1394072.

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

Color convert

RGB1526921-
CMYK00.550.860.40
HSL21.98º75.72%33.92%-
HSV(B)21.98º86.18%59.61%-
XYZ15.2110.992.03-
YUV88.3490173.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=62.81%
G=28.51%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152692100.550.860.4021.9875.7233.92
Hex9845150375628164c22
Octal23010525067126502611442
Binary1001100010001011010101101111010110101000101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984515; }

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

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

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

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

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

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

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

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