Html Css Color HEX #A03314 Burnt Umber

📋 copy color: '#A03314'

red 160 ◦ green 51 ◦ blue 20

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

Shades of Burnt Umber #A03314

Tints of Burnt Umber #A03314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

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

R = 69.26%
G = 22.08%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03314 (or 0xA03314) is known color: Burnt Umber. HEX triplet: A0, 33 and 14. RGB value is (160,51,20). Sum of RGB (Red+Green+Blue) = 160+51+20=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03314 is #5FCCEB. Grayscale: #505050. Windows color (decimal): -6278380 or 1323936. OLE color: 1323936.

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

Color convert

RGB 160 51 20 -
CMYK 0 0.68 0.88 0.37
HSL 13.29º 0.78% 0.35% -
HSV(B) 13.29º 0.88% 0.63% -
XYZ 15.81 9.89 1.74 -
YUV 80.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 160 51 20 0 0.68 0.88 0.37 13.29 0.78 0.35
Hex A0 33 14 0 44 58 25 D 4E 23
Octal 240 63 24 0 104 130 45 15 116 43
Binary 10100000 110011 10100 0 1000100 1011000 100101 1101 1001110 100011

Color Harmonies of #A03314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03314

Black with #A03314

Text Example


Text Example

White with #A03314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03314; }

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

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

background-color css

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

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

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

border-color css

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

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

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