Html Css Color HEX #A03214 Burnt Umber

📋 copy color: '#A03214'

red 160 ◦ green 50 ◦ blue 20

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

Shades of Burnt Umber #A03214

Tints of Burnt Umber #A03214

RGB

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

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

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

R = 69.57%
G = 21.74%
B = 8.7%

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

#A03214 (or 0xA03214) is known color: Burnt Umber. HEX triplet: A0, 32 and 14. RGB value is (160,50,20). Sum of RGB (Red+Green+Blue) = 160+50+20=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03214 is #5FCDEB. Grayscale: #4F4F4F. Windows color (decimal): -6278636 or 1323680. OLE color: 1323680.

HSL color Cylindrical-coordinate representation of color #A03214: hue angle of 12.86º 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 #A03214 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 20 -
CMYK 0 0.69 0.88 0.37
HSL 12.86º 0.78% 0.35% -
HSV(B) 12.86º 0.88% 0.63% -
XYZ 15.76 9.81 1.72 -
YUV 79.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 160 50 20 0 0.69 0.88 0.37 12.86 0.78 0.35
Hex A0 32 14 0 45 58 25 D 4E 23
Octal 240 62 24 0 105 130 45 15 116 43
Binary 10100000 110010 10100 0 1000101 1011000 100101 1101 1001110 100011

Color Harmonies of #A03214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03214

Black with #A03214

Text Example


Text Example

White with #A03214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03214; }

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

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

background-color css

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

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

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

border-color css

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

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

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