#98300E

Color #98300E Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #98300E

Tints of Burnt Umber #98300E

Color information

#98300E (or 0x98300E) is unknown color: approx Burnt Umber. HEX triplet: 98, 30 and 0E. RGB value is (152,48,14). Sum of RGB (Red+Green+Blue) = 152+48+14=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98300E is #67CFF1. Grayscale: #4B4B4B. Windows color (decimal): -6803442 or 929944. OLE color: 929944.

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

Color convert

RGB1524814-
CMYK00.680.910.40
HSL14.78º83.13%32.55%-
HSV(B)14.78º90.79%59.61%-
XYZ14.098.821.38-
YUV75.2293.46182.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.03%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=71.03%
G=22.43%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152481400.680.910.4014.7883.1332.55
Hex9830E0445B28f5321
Octal23060160104133501712341
Binary10011000110000111001000100101101110100011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98300E; }

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

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

<style>
 a { background-color: #98300E; }

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

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

<style>
 span { border-color: #98300E; }

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

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