#98321F

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

Shades of Burnt Umber #98321F

Tints of Burnt Umber #98321F

Color information

#98321F (or 0x98321F) is unknown color: approx Burnt Umber. HEX triplet: 98, 32 and 1F. RGB value is (152,50,31). Sum of RGB (Red+Green+Blue) = 152+50+31=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #98321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98321F is #67CDE0. Grayscale: #4E4E4E. Windows color (decimal): -6802913 or 2044568. OLE color: 2044568.

HSL color Cylindrical-coordinate representation of color #98321F: hue angle of 9.42º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98321F is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1525031-
CMYK00.670.800.40
HSL9.42º66.12%35.88%-
HSV(B)9.42º79.61%59.61%-
XYZ14.349.062.29-
YUV78.33101.29180.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.24%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=65.24%
G=21.46%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152503100.670.800.409.4266.1235.88
Hex98321F043502894224
Octal23062370103120501110244
Binary100110001100101111101000011101000010100010011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98321F; }

 p { color: rgb(152,50,31); }

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

<style>
 a { background-color: #98321F; }

 a { background-color: rgb(152,50,31); }

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

<style>
 span { border-color: #98321F; }

 span { border-color: rgb(152,50,31); }

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