#99310F

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

Shades of Burnt Umber #99310F

Tints of Burnt Umber #99310F

Color information

#99310F (or 0x99310F) is unknown color: approx Burnt Umber. HEX triplet: 99, 31 and 0F. RGB value is (153,49,15). Sum of RGB (Red+Green+Blue) = 153+49+15=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99310F is #66CEF0. Grayscale: #4C4C4C. Windows color (decimal): -6737649 or 995737. OLE color: 995737.

HSL color Cylindrical-coordinate representation of color #99310F: hue angle of 14.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99310F is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1534915-
CMYK00.680.900.4
HSL14.78º82.14%32.94%-
HSV(B)14.78º90.2%60%-
XYZ14.3291.43-
YUV76.2293.46182.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=70.51%
G=22.58%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153491500.680.900.414.7882.1432.94
Hex9931F0445A28f5221
Octal23161170104132501712241
Binary10011001110001111101000100101101010100011111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,49,15); }

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

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

 a { background-color: rgb(153,49,15); }

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

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

 span { border-color: rgb(153,49,15); }

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