#9A3122

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

Shades of Burnt Umber #9A3122

Tints of Burnt Umber #9A3122

Color information

#9A3122 (or 0x9A3122) is unknown color: approx Burnt Umber. HEX triplet: 9A, 31 and 22. RGB value is (154,49,34). Sum of RGB (Red+Green+Blue) = 154+49+34=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3122 is #65CEDD. Grayscale: #4E4E4E. Windows color (decimal): -6672094 or 2240922. OLE color: 2240922.

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

Color convert

RGB1544934-
CMYK00.680.780.40
HSL7.5º63.83%36.86%-
HSV(B)7.5º77.92%60.39%-
XYZ14.719.182.51-
YUV78.68102.79181.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.98%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=64.98%
G=20.68%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154493400.680.780.407.563.8336.86
Hex9A31220444E2884025
Octal23261420104116501010045
Binary1001101011000110001001000100100111010100010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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