Html Css Color HEX #A02B0E Burnt Umber

📋 copy color: '#A02B0E'

red 160 ◦ green 43 ◦ blue 14

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

Shades of Burnt Umber #A02B0E

Tints of Burnt Umber #A02B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

 BLUE value IS 14 (5.86% from 255) = 6.45%

R = 73.73%
G = 19.82%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A02B0E (or 0xA02B0E) is known color: Burnt Umber. HEX triplet: A0, 2B and 0E. RGB value is (160,43,14). Sum of RGB (Red+Green+Blue) = 160+43+14=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B0E is #5FD4F1. Grayscale: #4A4A4A. Windows color (decimal): -6280434 or 928672. OLE color: 928672.

HSL color Cylindrical-coordinate representation of color #A02B0E: hue angle of 11.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A02B0E is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 14 -
CMYK 0 0.73 0.91 0.37
HSL 11.92º 0.84% 0.34% -
HSV(B) 11.92º 0.91% 0.63% -
XYZ 15.44 9.23 1.38 -
YUV 74.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 160 43 14 0 0.73 0.91 0.37 11.92 0.84 0.34
Hex A0 2B E 0 49 5B 25 C 54 22
Octal 240 53 16 0 111 133 45 14 124 42
Binary 10100000 101011 1110 0 1001001 1011011 100101 1100 1010100 100010

Color Harmonies of #A02B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B0E

Black with #A02B0E

Text Example


Text Example

White with #A02B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B0E; }

 p { color: rgb(160,43,14); }

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

background-color css

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

 a { background-color: rgb(160,43,14); }

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

border-color css

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

 span { border-color: rgb(160,43,14); }

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