#9A321B

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

Shades of Burnt Umber #9A321B

Tints of Burnt Umber #9A321B

Color information

#9A321B (or 0x9A321B) is unknown color: approx Burnt Umber. HEX triplet: 9A, 32 and 1B. RGB value is (154,50,27). Sum of RGB (Red+Green+Blue) = 154+50+27=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A321B is #65CDE4. Grayscale: #4E4E4E. Windows color (decimal): -6671845 or 1782426. OLE color: 1782426.

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

Color convert

RGB1545027-
CMYK00.680.820.40
HSL10.87º70.17%35.49%-
HSV(B)10.87º82.47%60.39%-
XYZ14.669.232.05-
YUV78.4798.96181.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=66.67%
G=21.65%
B=11.69%

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
Decimal154502700.680.820.4010.8770.1735.49
Hex9A321B0445228b4623
Octal23262330104122501310643
Binary100110101100101101101000100101001010100010111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,50,27); }

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

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

 a { background-color: rgb(154,50,27); }

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

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

 span { border-color: rgb(154,50,27); }

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