#984A0E

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

Shades of Saddle Brown #984A0E

Tints of Saddle Brown #984A0E

Color information

#984A0E (or 0x984A0E) is unknown color: approx Saddle Brown. HEX triplet: 98, 4A and 0E. RGB value is (152,74,14). Sum of RGB (Red+Green+Blue) = 152+74+14=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #984A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984A0E is #67B5F1. Grayscale: #5A5A5A. Windows color (decimal): -6796786 or 936600. OLE color: 936600.

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

Color convert

RGB1527414-
CMYK00.510.910.40
HSL26.09º83.13%32.55%-
HSV(B)26.09º90.79%59.61%-
XYZ15.4811.61.84-
YUV90.4884.84171.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=63.33%
G=30.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152741400.510.910.4026.0983.1332.55
Hex984AE0335B281a5321
Octal23011216063133503212341
Binary100110001001010111001100111011011101000110101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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