Html Css Color HEX #80290C Burnt Umber

📋 copy color: '#80290C'

red 128 ◦ green 41 ◦ blue 12

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

Shades of Burnt Umber #80290C

Tints of Burnt Umber #80290C

RGB

 RED value IS 128 (50.39% from 255) = 70.72%

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 70.72%
G = 22.65%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80290C (or 0x80290C) is known color: Burnt Umber. HEX triplet: 80, 29 and 0C. RGB value is (128,41,12). Sum of RGB (Red+Green+Blue) = 128+41+12=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80290C is #7FD6F3. Grayscale: #3F3F3F. Windows color (decimal): -8378100 or 797056. OLE color: 797056.

HSL color Cylindrical-coordinate representation of color #80290C: hue angle of 15º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80290C is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 12 -
CMYK 0 0.68 0.91 0.50
HSL 15º 0.83% 0.27% -
HSV(B) 15º 0.91% 0.5% -
XYZ 9.76 6.2 1.03 -
YUV 63.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 128 41 12 0 0.68 0.91 0.50 15 0.83 0.27
Hex 80 29 C 0 44 5B 32 F 53 1B
Octal 200 51 14 0 104 133 62 17 123 33
Binary 10000000 101001 1100 0 1000100 1011011 110010 1111 1010011 11011

Color Harmonies of #80290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80290C

Black with #80290C

Text Example


Text Example

White with #80290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80290C; }

 p { color: rgb(128,41,12); }

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

background-color css

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

 a { background-color: rgb(128,41,12); }

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

border-color css

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

 span { border-color: rgb(128,41,12); }

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