Html Css Color HEX #A03317 Burnt Umber

📋 copy color: '#A03317'

red 160 ◦ green 51 ◦ blue 23

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

Shades of Burnt Umber #A03317

Tints of Burnt Umber #A03317

RGB

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

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

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

R = 68.38%
G = 21.79%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A03317 (or 0xA03317) is known color: Burnt Umber. HEX triplet: A0, 33 and 17. RGB value is (160,51,23). Sum of RGB (Red+Green+Blue) = 160+51+23=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03317 is #5FCCE8. Grayscale: #505050. Windows color (decimal): -6278377 or 1520544. OLE color: 1520544.

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

Color convert

RGB 160 51 23 -
CMYK 0 0.68 0.86 0.37
HSL 12.26º 0.75% 0.36% -
HSV(B) 12.26º 0.86% 0.63% -
XYZ 15.84 9.9 1.89 -
YUV 80.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 160 51 23 0 0.68 0.86 0.37 12.26 0.75 0.36
Hex A0 33 17 0 44 56 25 C 4B 24
Octal 240 63 27 0 104 126 45 14 113 44
Binary 10100000 110011 10111 0 1000100 1010110 100101 1100 1001011 100100

Color Harmonies of #A03317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03317

Black with #A03317

Text Example


Text Example

White with #A03317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03317; }

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

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

background-color css

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

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

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

border-color css

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

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

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