Html Css Color HEX #80301F Burnt Umber

📋 copy color: '#80301F'

red 128 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #80301F

Tints of Burnt Umber #80301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

 BLUE value IS 31 (12.5% from 255) = 14.98%

R = 61.84%
G = 23.19%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80301F (or 0x80301F) is known color: Burnt Umber. HEX triplet: 80, 30 and 1F. RGB value is (128,48,31). Sum of RGB (Red+Green+Blue) = 128+48+31=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80301F is #7FCFE0. Grayscale: #464646. Windows color (decimal): -8376289 or 2044032. OLE color: 2044032.

HSL color Cylindrical-coordinate representation of color #80301F: hue angle of 10.52º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80301F is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 31 -
CMYK 0 0.62 0.76 0.50
HSL 10.52º 0.61% 0.31% -
HSV(B) 10.52º 0.76% 0.5% -
XYZ 10.21 6.8 2.07 -
YUV 69.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 128 48 31 0 0.62 0.76 0.50 10.52 0.61 0.31
Hex 80 30 1F 0 3E 4C 32 B 3D 1F
Octal 200 60 37 0 76 114 62 13 75 37
Binary 10000000 110000 11111 0 111110 1001100 110010 1011 111101 11111

Color Harmonies of #80301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80301F

Black with #80301F

Text Example


Text Example

White with #80301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80301F; }

 p { color: rgb(128,48,31); }

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

background-color css

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

 a { background-color: rgb(128,48,31); }

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

border-color css

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

 span { border-color: rgb(128,48,31); }

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