Html Css Color HEX #805A04 Raw Umber

📋 copy color: '#805A04'

red 128 ◦ green 90 ◦ blue 4

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

Shades of Raw Umber #805A04

Tints of Raw Umber #805A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.54%

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 57.66%
G = 40.54%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#805A04 (or 0x805A04) is known color: Raw Umber. HEX triplet: 80, 5A and 04. RGB value is (128,90,4). Sum of RGB (Red+Green+Blue) = 128+90+4=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805A04 is #7FA5FB. Grayscale: #5B5B5B. Windows color (decimal): -8365564 or 285312. OLE color: 285312.

HSL color Cylindrical-coordinate representation of color #805A04: hue angle of 41.61º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #805A04 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 90 4 -
CMYK 0 0.30 0.97 0.50
HSL 41.61º 0.94% 0.26% -
HSV(B) 41.61º 0.97% 0.5% -
XYZ 12.58 11.91 1.75 -
YUV 91.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 128 90 4 0 0.30 0.97 0.50 41.61 0.94 0.26
Hex 80 5A 4 0 1E 61 32 2A 5E 1A
Octal 200 132 4 0 36 141 62 52 136 32
Binary 10000000 1011010 100 0 11110 1100001 110010 101010 1011110 11010

Color Harmonies of #805A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A04

Black with #805A04

Text Example


Text Example

White with #805A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805A04; }

 p { color: rgb(128,90,4); }

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

background-color css

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

 a { background-color: rgb(128,90,4); }

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

border-color css

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

 span { border-color: rgb(128,90,4); }

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