Html Css Color HEX #804801 Raw Umber

📋 copy color: '#804801'

red 128 ◦ green 72 ◦ blue 1

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

Shades of Raw Umber #804801

Tints of Raw Umber #804801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.82%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 63.68%
G = 35.82%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#804801 (or 0x804801) is known color: Raw Umber. HEX triplet: 80, 48 and 01. RGB value is (128,72,1). Sum of RGB (Red+Green+Blue) = 128+72+1=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #804801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804801 is #7FB7FE. Grayscale: #505050. Windows color (decimal): -8370175 or 84096. OLE color: 84096.

HSL color Cylindrical-coordinate representation of color #804801: hue angle of 33.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #804801 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 1 -
CMYK 0 0.44 0.99 0.50
HSL 33.54º 0.98% 0.25% -
HSV(B) 33.54º 0.99% 0.5% -
XYZ 11.22 9.23 1.22 -
YUV 80.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 128 72 1 0 0.44 0.99 0.50 33.54 0.98 0.25
Hex 80 48 1 0 2C 63 32 22 62 19
Octal 200 110 1 0 54 143 62 42 142 31
Binary 10000000 1001000 1 0 101100 1100011 110010 100010 1100010 11001

Color Harmonies of #804801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804801

Black with #804801

Text Example


Text Example

White with #804801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804801; }

 p { color: rgb(128,72,1); }

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

background-color css

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

 a { background-color: rgb(128,72,1); }

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

border-color css

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

 span { border-color: rgb(128,72,1); }

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