Html Css Color HEX #803228 Burnt Umber

📋 copy color: '#803228'

red 128 ◦ green 50 ◦ blue 40

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

Shades of Burnt Umber #803228

Tints of Burnt Umber #803228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 58.72%
G = 22.94%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#803228 (or 0x803228) is known color: Burnt Umber. HEX triplet: 80, 32 and 28. RGB value is (128,50,40). Sum of RGB (Red+Green+Blue) = 128+50+40=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #803228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803228 is #7FCDD7. Grayscale: #484848. Windows color (decimal): -8375768 or 2634368. OLE color: 2634368.

HSL color Cylindrical-coordinate representation of color #803228: hue angle of 6.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803228 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 40 -
CMYK 0 0.61 0.69 0.50
HSL 6.82º 0.52% 0.33% -
HSV(B) 6.82º 0.69% 0.5% -
XYZ 10.43 7.02 2.81 -
YUV 72.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 128 50 40 0 0.61 0.69 0.50 6.82 0.52 0.33
Hex 80 32 28 0 3D 45 32 7 34 21
Octal 200 62 50 0 75 105 62 7 64 41
Binary 10000000 110010 101000 0 111101 1000101 110010 111 110100 100001

Color Harmonies of #803228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803228

Black with #803228

Text Example


Text Example

White with #803228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803228; }

 p { color: rgb(128,50,40); }

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

background-color css

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

 a { background-color: rgb(128,50,40); }

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

border-color css

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

 span { border-color: rgb(128,50,40); }

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