#984A15

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

Shades of Saddle Brown #984A15

Tints of Saddle Brown #984A15

Color information

#984A15 (or 0x984A15) is unknown color: approx Saddle Brown. HEX triplet: 98, 4A and 15. RGB value is (152,74,21). Sum of RGB (Red+Green+Blue) = 152+74+21=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #984A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984A15 is #67B5EA. Grayscale: #5B5B5B. Windows color (decimal): -6796779 or 1395352. OLE color: 1395352.

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

Color convert

RGB1527421-
CMYK00.510.860.40
HSL24.27º75.72%33.92%-
HSV(B)24.27º86.18%59.61%-
XYZ15.5311.632.14-
YUV91.2888.34171.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=61.54%
G=29.96%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152742100.510.860.4024.2775.7233.92
Hex984A150335628184c22
Octal23011225063126503011442
Binary1001100010010101010101100111010110101000110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A15; }

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

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

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

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

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

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

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

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