Html Css Color HEX #804500 Raw Umber

📋 copy color: '#804500'

red 128 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #804500

Tints of Raw Umber #804500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.97%
G = 35.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#804500 (or 0x804500) is known color: Raw Umber. HEX triplet: 80, 45 and 00. RGB value is (128,69,0). Sum of RGB (Red+Green+Blue) = 128+69+0=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #804500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804500 is #7FBAFF. Grayscale: #4F4F4F. Windows color (decimal): -8370944 or 17792. OLE color: 17792.

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

Color convert

RGB 128 69 0 -
CMYK 0 0.46 1 0.50
HSL 32.34º 1% 0.25% -
HSV(B) 32.34º 1% 0.5% -
XYZ 11.03 8.85 1.13 -
YUV 78.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 128 69 0 0 0.46 1 0.50 32.34 1 0.25
Hex 80 45 0 0 2E 64 32 20 64 19
Octal 200 105 0 0 56 144 62 40 144 31
Binary 10000000 1000101 0 0 101110 1100100 110010 100000 1100100 11001

Color Harmonies of #804500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804500

Black with #804500

Text Example


Text Example

White with #804500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804500; }

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

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

background-color css

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

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

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

border-color css

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

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

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