Html Css Color HEX #805000 Raw Umber

📋 copy color: '#805000'

red 128 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #805000

Tints of Raw Umber #805000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

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

R = 61.54%
G = 38.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#805000 (or 0x805000) is known color: Raw Umber. HEX triplet: 80, 50 and 00. RGB value is (128,80,0). Sum of RGB (Red+Green+Blue) = 128+80+0=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #805000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805000 is #7FAFFF. Grayscale: #555555. Windows color (decimal): -8368128 or 20608. OLE color: 20608.

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

Color convert

RGB 128 80 0 -
CMYK 0 0.38 1 0.50
HSL 37.5º 1% 0.25% -
HSV(B) 37.5º 1% 0.5% -
XYZ 11.77 10.33 1.37 -
YUV 85.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 128 80 0 0 0.38 1 0.50 37.5 1 0.25
Hex 80 50 0 0 26 64 32 26 64 19
Octal 200 120 0 0 46 144 62 46 144 31
Binary 10000000 1010000 0 0 100110 1100100 110010 100110 1100100 11001

Color Harmonies of #805000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805000

Black with #805000

Text Example


Text Example

White with #805000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805000; }

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

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

background-color css

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

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

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

border-color css

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

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

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