Html Css Color HEX #A03217 Burnt Umber

📋 copy color: '#A03217'

red 160 ◦ green 50 ◦ blue 23

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

Shades of Burnt Umber #A03217

Tints of Burnt Umber #A03217

RGB

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

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

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

R = 68.67%
G = 21.46%
B = 9.87%

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

#A03217 (or 0xA03217) is known color: Burnt Umber. HEX triplet: A0, 32 and 17. RGB value is (160,50,23). Sum of RGB (Red+Green+Blue) = 160+50+23=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03217 is #5FCDE8. Grayscale: #505050. Windows color (decimal): -6278633 or 1520288. OLE color: 1520288.

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

Color convert

RGB 160 50 23 -
CMYK 0 0.69 0.86 0.37
HSL 11.82º 0.75% 0.36% -
HSV(B) 11.82º 0.86% 0.63% -
XYZ 15.79 9.82 1.87 -
YUV 79.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 160 50 23 0 0.69 0.86 0.37 11.82 0.75 0.36
Hex A0 32 17 0 45 56 25 C 4B 24
Octal 240 62 27 0 105 126 45 14 113 44
Binary 10100000 110010 10111 0 1000101 1010110 100101 1100 1001011 100100

Color Harmonies of #A03217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03217

Black with #A03217

Text Example


Text Example

White with #A03217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03217; }

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

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

background-color css

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

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

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

border-color css

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

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

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