Html Css Color HEX #803022 Burnt Umber

📋 copy color: '#803022'

red 128 ◦ green 48 ◦ blue 34

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

Shades of Burnt Umber #803022

Tints of Burnt Umber #803022

RGB

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

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

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

R = 60.95%
G = 22.86%
B = 16.19%

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

#803022 (or 0x803022) is known color: Burnt Umber. HEX triplet: 80, 30 and 22. RGB value is (128,48,34). Sum of RGB (Red+Green+Blue) = 128+48+34=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #803022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803022 is #7FCFDD. Grayscale: #464646. Windows color (decimal): -8376286 or 2240640. OLE color: 2240640.

HSL color Cylindrical-coordinate representation of color #803022: hue angle of 8.94º 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 #803022 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 34 -
CMYK 0 0.62 0.73 0.50
HSL 8.94º 0.58% 0.32% -
HSV(B) 8.94º 0.73% 0.5% -
XYZ 10.25 6.82 2.29 -
YUV 70.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 128 48 34 0 0.62 0.73 0.50 8.94 0.58 0.32
Hex 80 30 22 0 3E 49 32 9 3A 20
Octal 200 60 42 0 76 111 62 11 72 40
Binary 10000000 110000 100010 0 111110 1001001 110010 1001 111010 100000

Color Harmonies of #803022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803022

Black with #803022

Text Example


Text Example

White with #803022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803022; }

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

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

background-color css

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

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

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

border-color css

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

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

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