Html Css Color HEX #803122 Burnt Umber

📋 copy color: '#803122'

red 128 ◦ green 49 ◦ blue 34

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

Shades of Burnt Umber #803122

Tints of Burnt Umber #803122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 34 (13.67% from 255) = 16.11%

R = 60.66%
G = 23.22%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#803122 (or 0x803122) is known color: Burnt Umber. HEX triplet: 80, 31 and 22. RGB value is (128,49,34). Sum of RGB (Red+Green+Blue) = 128+49+34=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #803122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803122 is #7FCEDD. Grayscale: #474747. Windows color (decimal): -8376030 or 2240896. OLE color: 2240896.

HSL color Cylindrical-coordinate representation of color #803122: hue angle of 9.57º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803122 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 34 -
CMYK 0 0.62 0.73 0.50
HSL 9.57º 0.58% 0.32% -
HSV(B) 9.57º 0.73% 0.5% -
XYZ 10.29 6.9 2.3 -
YUV 70.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 128 49 34 0 0.62 0.73 0.50 9.57 0.58 0.32
Hex 80 31 22 0 3E 49 32 A 3A 20
Octal 200 61 42 0 76 111 62 12 72 40
Binary 10000000 110001 100010 0 111110 1001001 110010 1010 111010 100000

Color Harmonies of #803122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803122

Black with #803122

Text Example


Text Example

White with #803122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803122; }

 p { color: rgb(128,49,34); }

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

background-color css

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

 a { background-color: rgb(128,49,34); }

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

border-color css

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

 span { border-color: rgb(128,49,34); }

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