#984F13

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

Shades of Saddle Brown #984F13

Tints of Saddle Brown #984F13

Color information

#984F13 (or 0x984F13) is unknown color: approx Saddle Brown. HEX triplet: 98, 4F and 13. RGB value is (152,79,19). Sum of RGB (Red+Green+Blue) = 152+79+19=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #984F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984F13 is #67B0EC. Grayscale: #5E5E5E. Windows color (decimal): -6795501 or 1265560. OLE color: 1265560.

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

Color convert

RGB1527919-
CMYK00.480.870.40
HSL27.07º77.78%33.53%-
HSV(B)27.07º87.5%59.61%-
XYZ15.8612.312.16-
YUV93.9985.68169.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=60.8%
G=31.6%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152791900.480.870.4027.0777.7833.53
Hex984F1303057281b4e22
Octal23011723060127503311642
Binary1001100010011111001101100001010111101000110111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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