Html Css Color HEX #802B1F Burnt Umber

📋 copy color: '#802B1F'

red 128 ◦ green 43 ◦ blue 31

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

Shades of Burnt Umber #802B1F

Tints of Burnt Umber #802B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.29%

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

R = 63.37%
G = 21.29%
B = 15.35%

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

#802B1F (or 0x802B1F) is known color: Burnt Umber. HEX triplet: 80, 2B and 1F. RGB value is (128,43,31). Sum of RGB (Red+Green+Blue) = 128+43+31=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B1F is #7FD4E0. Grayscale: #434343. Windows color (decimal): -8377569 or 2042752. OLE color: 2042752.

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

Color convert

RGB 128 43 31 -
CMYK 0 0.66 0.76 0.50
HSL 7.42º 0.61% 0.31% -
HSV(B) 7.42º 0.76% 0.5% -
XYZ 10.01 6.42 2.01 -
YUV 67.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 128 43 31 0 0.66 0.76 0.50 7.42 0.61 0.31
Hex 80 2B 1F 0 42 4C 32 7 3D 1F
Octal 200 53 37 0 102 114 62 7 75 37
Binary 10000000 101011 11111 0 1000010 1001100 110010 111 111101 11111

Color Harmonies of #802B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B1F

Black with #802B1F

Text Example


Text Example

White with #802B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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