Html Css Color HEX #802C1F Burnt Umber

📋 copy color: '#802C1F'

red 128 ◦ green 44 ◦ blue 31

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

Shades of Burnt Umber #802C1F

Tints of Burnt Umber #802C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 63.05%
G = 21.67%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#802C1F (or 0x802C1F) is known color: Burnt Umber. HEX triplet: 80, 2C and 1F. RGB value is (128,44,31). Sum of RGB (Red+Green+Blue) = 128+44+31=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C1F is #7FD3E0. Grayscale: #434343. Windows color (decimal): -8377313 or 2043008. OLE color: 2043008.

HSL color Cylindrical-coordinate representation of color #802C1F: hue angle of 8.04º 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 #802C1F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 44 31 -
CMYK 0 0.66 0.76 0.50
HSL 8.04º 0.61% 0.31% -
HSV(B) 8.04º 0.76% 0.5% -
XYZ 10.05 6.49 2.02 -
YUV 67.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 128 44 31 0 0.66 0.76 0.50 8.04 0.61 0.31
Hex 80 2C 1F 0 42 4C 32 8 3D 1F
Octal 200 54 37 0 102 114 62 10 75 37
Binary 10000000 101100 11111 0 1000010 1001100 110010 1000 111101 11111

Color Harmonies of #802C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C1F

Black with #802C1F

Text Example


Text Example

White with #802C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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