#9A3121

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

Shades of Burnt Umber #9A3121

Tints of Burnt Umber #9A3121

Color information

#9A3121 (or 0x9A3121) is unknown color: approx Burnt Umber. HEX triplet: 9A, 31 and 21. RGB value is (154,49,33). Sum of RGB (Red+Green+Blue) = 154+49+33=236 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.25% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3121 is #65CEDE. Grayscale: #4E4E4E. Windows color (decimal): -6672095 or 2175386. OLE color: 2175386.

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

Color convert

RGB1544933-
CMYK00.680.790.40
HSL7.93º64.71%36.67%-
HSV(B)7.93º78.57%60.39%-
XYZ14.79.182.44-
YUV78.57102.29181.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.25%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=65.25%
G=20.76%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154493300.680.790.407.9364.7136.67
Hex9A31210444F2884125
Octal23261410104117501010145
Binary1001101011000110000101000100100111110100010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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