#982E0A

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

Shades of Saddle Brown #982E0A

Tints of Saddle Brown #982E0A

Color information

#982E0A (or 0x982E0A) is unknown color: approx Saddle Brown. HEX triplet: 98, 2E and 0A. RGB value is (152,46,10). Sum of RGB (Red+Green+Blue) = 152+46+10=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #982E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982E0A is #67D1F5. Grayscale: #494949. Windows color (decimal): -6803958 or 667288. OLE color: 667288.

HSL color Cylindrical-coordinate representation of color #982E0A: hue angle of 15.21º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #982E0A is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1524610-
CMYK00.700.930.40
HSL15.21º87.65%31.76%-
HSV(B)15.21º93.42%59.61%-
XYZ13.988.651.22-
YUV73.5992.12183.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.08%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=73.08%
G=22.12%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152461000.700.930.4015.2187.6531.76
Hex982EA0465D28f5820
Octal23056120106135501713040
Binary10011000101110101001000110101110110100011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982E0A; }

 p { color: rgb(152,46,10); }

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

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

 a { background-color: rgb(152,46,10); }

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

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

 span { border-color: rgb(152,46,10); }

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