#98280E

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

Shades of Burnt Umber #98280E

Tints of Burnt Umber #98280E

Color information

#98280E (or 0x98280E) is unknown color: approx Burnt Umber. HEX triplet: 98, 28 and 0E. RGB value is (152,40,14). Sum of RGB (Red+Green+Blue) = 152+40+14=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #98280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98280E is #67D7F1. Grayscale: #464646. Windows color (decimal): -6805490 or 927896. OLE color: 927896.

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

Color convert

RGB1524014-
CMYK00.740.910.40
HSL11.3º83.13%32.55%-
HSV(B)11.3º90.79%59.61%-
XYZ13.798.221.28-
YUV70.5296.11186.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=73.79%
G=19.42%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152401400.740.910.4011.383.1332.55
Hex9828E04A5B28b5321
Octal23050160112133501312341
Binary10011000101000111001001010101101110100010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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