Html Css Color HEX #A03517 Burnt Umber

📋 copy color: '#A03517'

red 160 ◦ green 53 ◦ blue 23

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

Shades of Burnt Umber #A03517

Tints of Burnt Umber #A03517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 67.8%
G = 22.46%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A03517 (or 0xA03517) is known color: Burnt Umber. HEX triplet: A0, 35 and 17. RGB value is (160,53,23). Sum of RGB (Red+Green+Blue) = 160+53+23=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A03517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03517 is #5FCAE8. Grayscale: #515151. Windows color (decimal): -6277865 or 1521056. OLE color: 1521056.

HSL color Cylindrical-coordinate representation of color #A03517: hue angle of 13.14º degrees, saturation: 0.75, 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 #A03517 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 53 23 -
CMYK 0 0.67 0.86 0.37
HSL 13.14º 0.75% 0.36% -
HSV(B) 13.14º 0.86% 0.63% -
XYZ 15.92 10.08 1.92 -
YUV 81.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 160 53 23 0 0.67 0.86 0.37 13.14 0.75 0.36
Hex A0 35 17 0 43 56 25 D 4B 24
Octal 240 65 27 0 103 126 45 15 113 44
Binary 10100000 110101 10111 0 1000011 1010110 100101 1101 1001011 100100

Color Harmonies of #A03517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03517

Black with #A03517

Text Example


Text Example

White with #A03517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03517; }

 p { color: rgb(160,53,23); }

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

background-color css

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

 a { background-color: rgb(160,53,23); }

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

border-color css

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

 span { border-color: rgb(160,53,23); }

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