#9A3013

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

Shades of Burnt Umber #9A3013

Tints of Burnt Umber #9A3013

Color information

#9A3013 (or 0x9A3013) is unknown color: approx Burnt Umber. HEX triplet: 9A, 30 and 13. RGB value is (154,48,19). Sum of RGB (Red+Green+Blue) = 154+48+19=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3013 is #65CFEC. Grayscale: #4C4C4C. Windows color (decimal): -6672365 or 1257626. OLE color: 1257626.

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

Color convert

RGB1544819-
CMYK00.690.880.40
HSL12.89º78.03%33.92%-
HSV(B)12.89º87.66%60.39%-
XYZ14.59.031.59-
YUV76.3995.62183.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 69.68%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=69.68%
G=21.72%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154481900.690.880.4012.8978.0333.92
Hex9A30130455828d4e22
Octal23260230105130501511642
Binary100110101100001001101000101101100010100011011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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