Html Css Color HEX #80341C Burnt Umber

📋 copy color: '#80341C'

red 128 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #80341C

Tints of Burnt Umber #80341C

RGB

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

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

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

R = 61.54%
G = 25%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80341C (or 0x80341C) is known color: Burnt Umber. HEX triplet: 80, 34 and 1C. RGB value is (128,52,28). Sum of RGB (Red+Green+Blue) = 128+52+28=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80341C is #7FCBE3. Grayscale: #484848. Windows color (decimal): -8375268 or 1848448. OLE color: 1848448.

HSL color Cylindrical-coordinate representation of color #80341C: hue angle of 14.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80341C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 28 -
CMYK 0 0.59 0.78 0.50
HSL 14.4º 0.64% 0.31% -
HSV(B) 14.4º 0.78% 0.5% -
XYZ 10.34 7.13 1.93 -
YUV 71.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 128 52 28 0 0.59 0.78 0.50 14.4 0.64 0.31
Hex 80 34 1C 0 3B 4E 32 E 40 1F
Octal 200 64 34 0 73 116 62 16 100 37
Binary 10000000 110100 11100 0 111011 1001110 110010 1110 1000000 11111

Color Harmonies of #80341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80341C

Black with #80341C

Text Example


Text Example

White with #80341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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