#9A301F

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

Shades of Burnt Umber #9A301F

Tints of Burnt Umber #9A301F

Color information

#9A301F (or 0x9A301F) is unknown color: approx Burnt Umber. HEX triplet: 9A, 30 and 1F. RGB value is (154,48,31). Sum of RGB (Red+Green+Blue) = 154+48+31=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A301F is #65CFE0. Grayscale: #4D4D4D. Windows color (decimal): -6672353 or 2044058. OLE color: 2044058.

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

Color convert

RGB1544831-
CMYK00.690.800.40
HSL8.29º66.49%36.27%-
HSV(B)8.29º79.87%60.39%-
XYZ14.639.082.28-
YUV77.76101.62182.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.09%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=66.09%
G=20.60%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154483100.690.800.408.2966.4936.27
Hex9A301F045502884224
Octal23260370105120501010244
Binary100110101100001111101000101101000010100010001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,48,31); }

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

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

 a { background-color: rgb(154,48,31); }

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

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

 span { border-color: rgb(154,48,31); }

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