#98331A

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

Shades of Burnt Umber #98331A

Tints of Burnt Umber #98331A

Color information

#98331A (or 0x98331A) is unknown color: approx Burnt Umber. HEX triplet: 98, 33 and 1A. RGB value is (152,51,26). Sum of RGB (Red+Green+Blue) = 152+51+26=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #98331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98331A is #67CCE5. Grayscale: #4E4E4E. Windows color (decimal): -6802662 or 1717144. OLE color: 1717144.

HSL color Cylindrical-coordinate representation of color #98331A: hue angle of 11.9º 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 #98331A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1525126-
CMYK00.660.830.40
HSL11.9º70.79%34.9%-
HSV(B)11.9º82.89%59.61%-
XYZ14.329.121.98-
YUV78.3598.46180.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.38%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=66.38%
G=22.27%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152512600.660.830.4011.970.7934.9
Hex98331A0425328c4723
Octal23063320102123501410743
Binary100110001100111101001000010101001110100011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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