Html Css Color HEX #804707 Raw Umber

📋 copy color: '#804707'

red 128 ◦ green 71 ◦ blue 7

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

Shades of Raw Umber #804707

Tints of Raw Umber #804707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 7 (3.13% from 255) = 3.4%

R = 62.14%
G = 34.47%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#804707 (or 0x804707) is known color: Raw Umber. HEX triplet: 80, 47 and 07. RGB value is (128,71,7). Sum of RGB (Red+Green+Blue) = 128+71+7=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #804707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804707 is #7FB8F8. Grayscale: #515151. Windows color (decimal): -8370425 or 477056. OLE color: 477056.

HSL color Cylindrical-coordinate representation of color #804707: hue angle of 31.74º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #804707 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 7 -
CMYK 0 0.45 0.95 0.50
HSL 31.74º 0.9% 0.26% -
HSV(B) 31.74º 0.95% 0.5% -
XYZ 11.19 9.11 1.37 -
YUV 80.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 128 71 7 0 0.45 0.95 0.50 31.74 0.9 0.26
Hex 80 47 7 0 2D 5F 32 20 5A 1A
Octal 200 107 7 0 55 137 62 40 132 32
Binary 10000000 1000111 111 0 101101 1011111 110010 100000 1011010 11010

Color Harmonies of #804707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804707

Black with #804707

Text Example


Text Example

White with #804707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804707; }

 p { color: rgb(128,71,7); }

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

background-color css

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

 a { background-color: rgb(128,71,7); }

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

border-color css

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

 span { border-color: rgb(128,71,7); }

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