Html Css Color HEX #804701 Raw Umber

📋 copy color: '#804701'

red 128 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #804701

Tints of Raw Umber #804701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 64%
G = 35.5%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#804701 (or 0x804701) is known color: Raw Umber. HEX triplet: 80, 47 and 01. RGB value is (128,71,1). Sum of RGB (Red+Green+Blue) = 128+71+1=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #804701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804701 is #7FB8FE. Grayscale: #505050. Windows color (decimal): -8370431 or 83840. OLE color: 83840.

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

Color convert

RGB 128 71 1 -
CMYK 0 0.45 0.99 0.50
HSL 33.07º 0.98% 0.25% -
HSV(B) 33.07º 0.99% 0.5% -
XYZ 11.16 9.1 1.2 -
YUV 80.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 128 71 1 0 0.45 0.99 0.50 33.07 0.98 0.25
Hex 80 47 1 0 2D 63 32 21 62 19
Octal 200 107 1 0 55 143 62 41 142 31
Binary 10000000 1000111 1 0 101101 1100011 110010 100001 1100010 11001

Color Harmonies of #804701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804701

Black with #804701

Text Example


Text Example

White with #804701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804701; }

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

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

background-color css

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

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

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

border-color css

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

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

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