Html Css Color HEX #A03114 Burnt Umber

📋 copy color: '#A03114'

red 160 ◦ green 49 ◦ blue 20

#A03114
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #A03114

Tints of Burnt Umber #A03114

RGB

 RED value IS 160 (62.89% from 255) = 69.87%

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 69.87%
G = 21.4%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03114 (or 0xA03114) is known color: Burnt Umber. HEX triplet: A0, 31 and 14. RGB value is (160,49,20). Sum of RGB (Red+Green+Blue) = 160+49+20=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A03114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03114 is #5FCEEB. Grayscale: #4F4F4F. Windows color (decimal): -6278892 or 1323424. OLE color: 1323424.

HSL color Cylindrical-coordinate representation of color #A03114: hue angle of 12.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03114 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 20 -
CMYK 0 0.69 0.88 0.37
HSL 12.43º 0.78% 0.35% -
HSV(B) 12.43º 0.88% 0.63% -
XYZ 15.72 9.72 1.71 -
YUV 78.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 160 49 20 0 0.69 0.88 0.37 12.43 0.78 0.35
Hex A0 31 14 0 45 58 25 C 4E 23
Octal 240 61 24 0 105 130 45 14 116 43
Binary 10100000 110001 10100 0 1000101 1011000 100101 1100 1001110 100011

Color Harmonies of #A03114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03114

Black with #A03114

Text Example


Text Example

White with #A03114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03114; }

 p { color: rgb(160,49,20); }

 H1.HeaderClassName
 {
   color: #A03114;
 }
 .AnyTagClassName
 {
   color: #A03114;
 }
</style>

background-color css

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

 a { background-color: rgb(160,49,20); }

 div.DivClassName
 {
   background-color: #A03114;
 }
 .BgClassName
 {
   background-color: #A03114;
 }
</style>

border-color css

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

 span { border-color: rgb(160,49,20); }

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