Html Css Color HEX #802C1C Burnt Umber

📋 copy color: '#802C1C'

red 128 ◦ green 44 ◦ blue 28

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

Shades of Burnt Umber #802C1C

Tints of Burnt Umber #802C1C

RGB

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

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

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

R = 64%
G = 22%
B = 14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#802C1C (or 0x802C1C) is known color: Burnt Umber. HEX triplet: 80, 2C and 1C. RGB value is (128,44,28). Sum of RGB (Red+Green+Blue) = 128+44+28=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C1C is #7FD3E3. Grayscale: #434343. Windows color (decimal): -8377316 or 1846400. OLE color: 1846400.

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

Color convert

RGB 128 44 28 -
CMYK 0 0.66 0.78 0.50
HSL 9.6º 0.64% 0.31% -
HSV(B) 9.6º 0.78% 0.5% -
XYZ 10.01 6.47 1.82 -
YUV 67.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 128 44 28 0 0.66 0.78 0.50 9.6 0.64 0.31
Hex 80 2C 1C 0 42 4E 32 A 40 1F
Octal 200 54 34 0 102 116 62 12 100 37
Binary 10000000 101100 11100 0 1000010 1001110 110010 1010 1000000 11111

Color Harmonies of #802C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C1C

Black with #802C1C

Text Example


Text Example

White with #802C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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