Html Css Color HEX #A03216 Burnt Umber

📋 copy color: '#A03216'

red 160 ◦ green 50 ◦ blue 22

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

Shades of Burnt Umber #A03216

Tints of Burnt Umber #A03216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 68.97%
G = 21.55%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A03216 (or 0xA03216) is known color: Burnt Umber. HEX triplet: A0, 32 and 16. RGB value is (160,50,22). Sum of RGB (Red+Green+Blue) = 160+50+22=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03216 is #5FCDE9. Grayscale: #4F4F4F. Windows color (decimal): -6278634 or 1454752. OLE color: 1454752.

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

Color convert

RGB 160 50 22 -
CMYK 0 0.69 0.86 0.37
HSL 12.17º 0.76% 0.36% -
HSV(B) 12.17º 0.86% 0.63% -
XYZ 15.78 9.81 1.82 -
YUV 79.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 160 50 22 0 0.69 0.86 0.37 12.17 0.76 0.36
Hex A0 32 16 0 45 56 25 C 4C 24
Octal 240 62 26 0 105 126 45 14 114 44
Binary 10100000 110010 10110 0 1000101 1010110 100101 1100 1001100 100100

Color Harmonies of #A03216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03216

Black with #A03216

Text Example


Text Example

White with #A03216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03216; }

 p { color: rgb(160,50,22); }

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

background-color css

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

 a { background-color: rgb(160,50,22); }

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

border-color css

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

 span { border-color: rgb(160,50,22); }

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