Html Css Color HEX #804802 Raw Umber

📋 copy color: '#804802'

red 128 ◦ green 72 ◦ blue 2

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

Shades of Raw Umber #804802

Tints of Raw Umber #804802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 63.37%
G = 35.64%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#804802 (or 0x804802) is known color: Raw Umber. HEX triplet: 80, 48 and 02. RGB value is (128,72,2). Sum of RGB (Red+Green+Blue) = 128+72+2=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #804802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804802 is #7FB7FD. Grayscale: #515151. Windows color (decimal): -8370174 or 149632. OLE color: 149632.

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

Color convert

RGB 128 72 2 -
CMYK 0 0.44 0.98 0.50
HSL 33.33º 0.97% 0.25% -
HSV(B) 33.33º 0.98% 0.5% -
XYZ 11.23 9.23 1.25 -
YUV 80.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 128 72 2 0 0.44 0.98 0.50 33.33 0.97 0.25
Hex 80 48 2 0 2C 62 32 21 61 19
Octal 200 110 2 0 54 142 62 41 141 31
Binary 10000000 1001000 10 0 101100 1100010 110010 100001 1100001 11001

Color Harmonies of #804802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804802

Black with #804802

Text Example


Text Example

White with #804802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804802; }

 p { color: rgb(128,72,2); }

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

background-color css

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

 a { background-color: rgb(128,72,2); }

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

border-color css

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

 span { border-color: rgb(128,72,2); }

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