Html Css Color HEX #804A08 Raw Umber

📋 copy color: '#804A08'

red 128 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #804A08

Tints of Raw Umber #804A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.24%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 60.95%
G = 35.24%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#804A08 (or 0x804A08) is known color: Raw Umber. HEX triplet: 80, 4A and 08. RGB value is (128,74,8). Sum of RGB (Red+Green+Blue) = 128+74+8=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #804A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804A08 is #7FB5F7. Grayscale: #525252. Windows color (decimal): -8369656 or 543360. OLE color: 543360.

HSL color Cylindrical-coordinate representation of color #804A08: hue angle of 33º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #804A08 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 74 8 -
CMYK 0 0.42 0.94 0.50
HSL 33º 0.88% 0.27% -
HSV(B) 33º 0.94% 0.5% -
XYZ 11.39 9.5 1.46 -
YUV 82.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 128 74 8 0 0.42 0.94 0.50 33 0.88 0.27
Hex 80 4A 8 0 2A 5E 32 21 58 1B
Octal 200 112 10 0 52 136 62 41 130 33
Binary 10000000 1001010 1000 0 101010 1011110 110010 100001 1011000 11011

Color Harmonies of #804A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A08

Black with #804A08

Text Example


Text Example

White with #804A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804A08; }

 p { color: rgb(128,74,8); }

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

background-color css

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

 a { background-color: rgb(128,74,8); }

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

border-color css

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

 span { border-color: rgb(128,74,8); }

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