Html Css Color HEX #A0341C Burnt Umber

📋 copy color: '#A0341C'

red 160 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #A0341C

Tints of Burnt Umber #A0341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 66.67%
G = 21.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0341C (or 0xA0341C) is known color: Burnt Umber. HEX triplet: A0, 34 and 1C. RGB value is (160,52,28). Sum of RGB (Red+Green+Blue) = 160+52+28=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0341C is #5FCBE3. Grayscale: #515151. Windows color (decimal): -6278116 or 1848480. OLE color: 1848480.

HSL color Cylindrical-coordinate representation of color #A0341C: hue angle of 10.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0341C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 28 -
CMYK 0 0.68 0.82 0.37
HSL 10.91º 0.7% 0.37% -
HSV(B) 10.91º 0.83% 0.63% -
XYZ 15.93 10.01 2.19 -
YUV 81.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 160 52 28 0 0.68 0.82 0.37 10.91 0.7 0.37
Hex A0 34 1C 0 44 52 25 B 46 25
Octal 240 64 34 0 104 122 45 13 106 45
Binary 10100000 110100 11100 0 1000100 1010010 100101 1011 1000110 100101

Color Harmonies of #A0341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0341C

Black with #A0341C

Text Example


Text Example

White with #A0341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0341C; }

 p { color: rgb(160,52,28); }

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

background-color css

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

 a { background-color: rgb(160,52,28); }

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

border-color css

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

 span { border-color: rgb(160,52,28); }

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