#98301A

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

Shades of Burnt Umber #98301A

Tints of Burnt Umber #98301A

Color information

#98301A (or 0x98301A) is unknown color: approx Burnt Umber. HEX triplet: 98, 30 and 1A. RGB value is (152,48,26). Sum of RGB (Red+Green+Blue) = 152+48+26=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #98301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98301A is #67CFE5. Grayscale: #4C4C4C. Windows color (decimal): -6803430 or 1716376. OLE color: 1716376.

HSL color Cylindrical-coordinate representation of color #98301A: hue angle of 10.48º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98301A is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1524826-
CMYK00.680.830.40
HSL10.48º70.79%34.9%-
HSV(B)10.48º82.89%59.61%-
XYZ14.198.861.94-
YUV76.5999.46181.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=67.26%
G=21.24%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152482600.680.830.4010.4870.7934.9
Hex98301A0445328a4723
Octal23060320104123501210743
Binary100110001100001101001000100101001110100010101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98301A; }

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

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

<style>
 a { background-color: #98301A; }

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

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

<style>
 span { border-color: #98301A; }

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

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