Html Css Color HEX #804601 Raw Umber

📋 copy color: '#804601'

red 128 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #804601

Tints of Raw Umber #804601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 64.32%
G = 35.18%
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

#804601 (or 0x804601) is known color: Raw Umber. HEX triplet: 80, 46 and 01. RGB value is (128,70,1). Sum of RGB (Red+Green+Blue) = 128+70+1=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #804601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804601 is #7FB9FE. Grayscale: #4F4F4F. Windows color (decimal): -8370687 or 83584. OLE color: 83584.

HSL color Cylindrical-coordinate representation of color #804601: hue angle of 32.6º 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 #804601 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 70 1 -
CMYK 0 0.45 0.99 0.50
HSL 32.6º 0.98% 0.25% -
HSV(B) 32.6º 0.99% 0.5% -
XYZ 11.1 8.97 1.18 -
YUV 79.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 128 70 1 0 0.45 0.99 0.50 32.6 0.98 0.25
Hex 80 46 1 0 2D 63 32 21 62 19
Octal 200 106 1 0 55 143 62 41 142 31
Binary 10000000 1000110 1 0 101101 1100011 110010 100001 1100010 11001

Color Harmonies of #804601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804601

Black with #804601

Text Example


Text Example

White with #804601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804601; }

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

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

background-color css

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

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

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

border-color css

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

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

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