Html Css Color HEX #804501 Raw Umber

📋 copy color: '#804501'

red 128 ◦ green 69 ◦ blue 1

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

Shades of Raw Umber #804501

Tints of Raw Umber #804501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 64.65%
G = 34.85%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#804501 (or 0x804501) is known color: Raw Umber. HEX triplet: 80, 45 and 01. RGB value is (128,69,1). Sum of RGB (Red+Green+Blue) = 128+69+1=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #804501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804501 is #7FBAFE. Grayscale: #4F4F4F. Windows color (decimal): -8370943 or 83328. OLE color: 83328.

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

Color convert

RGB 128 69 1 -
CMYK 0 0.46 0.99 0.50
HSL 32.13º 0.98% 0.25% -
HSV(B) 32.13º 0.99% 0.5% -
XYZ 11.04 8.85 1.15 -
YUV 78.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 128 69 1 0 0.46 0.99 0.50 32.13 0.98 0.25
Hex 80 45 1 0 2E 63 32 20 62 19
Octal 200 105 1 0 56 143 62 40 142 31
Binary 10000000 1000101 1 0 101110 1100011 110010 100000 1100010 11001

Color Harmonies of #804501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804501

Black with #804501

Text Example


Text Example

White with #804501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804501; }

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

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

background-color css

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

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

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

border-color css

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

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

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