#9A311C

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

Shades of Burnt Umber #9A311C

Tints of Burnt Umber #9A311C

Color information

#9A311C (or 0x9A311C) is unknown color: approx Burnt Umber. HEX triplet: 9A, 31 and 1C. RGB value is (154,49,28). Sum of RGB (Red+Green+Blue) = 154+49+28=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A311C is #65CEE3. Grayscale: #4E4E4E. Windows color (decimal): -6672100 or 1847706. OLE color: 1847706.

HSL color Cylindrical-coordinate representation of color #9A311C: hue angle of 10º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A311C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1544928-
CMYK00.680.820.40
HSL10º69.23%35.69%-
HSV(B)10º81.82%60.39%-
XYZ14.639.152.09-
YUV7899.79182.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=66.67%
G=21.21%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154492800.680.820.401069.2335.69
Hex9A311C0445228a4524
Octal23261340104122501210544
Binary100110101100011110001000100101001010100010101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A311C; }

 p { color: rgb(154,49,28); }

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

<style>
 a { background-color: #9A311C; }

 a { background-color: rgb(154,49,28); }

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

<style>
 span { border-color: #9A311C; }

 span { border-color: rgb(154,49,28); }

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