Html Css Color HEX #804401 Raw Umber

📋 copy color: '#804401'

red 128 ◦ green 68 ◦ blue 1

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

Shades of Raw Umber #804401

Tints of Raw Umber #804401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

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

R = 64.97%
G = 34.52%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#804401 (or 0x804401) is known color: Raw Umber. HEX triplet: 80, 44 and 01. RGB value is (128,68,1). Sum of RGB (Red+Green+Blue) = 128+68+1=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #804401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804401 is #7FBBFE. Grayscale: #4E4E4E. Windows color (decimal): -8371199 or 83072. OLE color: 83072.

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

Color convert

RGB 128 68 1 -
CMYK 0 0.47 0.99 0.50
HSL 31.65º 0.98% 0.25% -
HSV(B) 31.65º 0.99% 0.5% -
XYZ 10.97 8.73 1.13 -
YUV 78.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 128 68 1 0 0.47 0.99 0.50 31.65 0.98 0.25
Hex 80 44 1 0 2F 63 32 20 62 19
Octal 200 104 1 0 57 143 62 40 142 31
Binary 10000000 1000100 1 0 101111 1100011 110010 100000 1100010 11001

Color Harmonies of #804401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804401

Black with #804401

Text Example


Text Example

White with #804401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804401; }

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

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

background-color css

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

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

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

border-color css

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

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

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