#984F0E

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

Shades of Saddle Brown #984F0E

Tints of Saddle Brown #984F0E

Color information

#984F0E (or 0x984F0E) is unknown color: approx Saddle Brown. HEX triplet: 98, 4F and 0E. RGB value is (152,79,14). Sum of RGB (Red+Green+Blue) = 152+79+14=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #984F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984F0E is #67B0F1. Grayscale: #5D5D5D. Windows color (decimal): -6795506 or 937880. OLE color: 937880.

HSL color Cylindrical-coordinate representation of color #984F0E: hue angle of 28.26º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #984F0E is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1527914-
CMYK00.480.910.40
HSL28.26º83.13%32.55%-
HSV(B)28.26º90.79%59.61%-
XYZ15.8212.31.96-
YUV93.4283.18169.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=62.04%
G=32.24%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152791400.480.910.4028.2683.1332.55
Hex984FE0305B281c5321
Octal23011716060133503412341
Binary100110001001111111001100001011011101000111001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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