Html Css Color HEX #803218 Burnt Umber

📋 copy color: '#803218'

red 128 ◦ green 50 ◦ blue 24

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

Shades of Burnt Umber #803218

Tints of Burnt Umber #803218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 63.37%
G = 24.75%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#803218 (or 0x803218) is known color: Burnt Umber. HEX triplet: 80, 32 and 18. RGB value is (128,50,24). Sum of RGB (Red+Green+Blue) = 128+50+24=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803218 is #7FCDE7. Grayscale: #464646. Windows color (decimal): -8375784 or 1585792. OLE color: 1585792.

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

Color convert

RGB 128 50 24 -
CMYK 0 0.61 0.81 0.50
HSL 15º 0.68% 0.3% -
HSV(B) 15º 0.81% 0.5% -
XYZ 10.21 6.94 1.67 -
YUV 70.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 128 50 24 0 0.61 0.81 0.50 15 0.68 0.3
Hex 80 32 18 0 3D 51 32 F 44 1E
Octal 200 62 30 0 75 121 62 17 104 36
Binary 10000000 110010 11000 0 111101 1010001 110010 1111 1000100 11110

Color Harmonies of #803218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803218

Black with #803218

Text Example


Text Example

White with #803218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803218; }

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

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

background-color css

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

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

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

border-color css

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

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

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