Html Css Color HEX #804402 Raw Umber

📋 copy color: '#804402'

red 128 ◦ green 68 ◦ blue 2

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

Shades of Raw Umber #804402

Tints of Raw Umber #804402

RGB

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

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

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

R = 64.65%
G = 34.34%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#804402 (or 0x804402) is known color: Raw Umber. HEX triplet: 80, 44 and 02. RGB value is (128,68,2). Sum of RGB (Red+Green+Blue) = 128+68+2=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #804402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804402 is #7FBBFD. Grayscale: #4E4E4E. Windows color (decimal): -8371198 or 148608. OLE color: 148608.

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

Color convert

RGB 128 68 2 -
CMYK 0 0.47 0.98 0.50
HSL 31.43º 0.97% 0.25% -
HSV(B) 31.43º 0.98% 0.5% -
XYZ 10.98 8.73 1.16 -
YUV 78.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 128 68 2 0 0.47 0.98 0.50 31.43 0.97 0.25
Hex 80 44 2 0 2F 62 32 1F 61 19
Octal 200 104 2 0 57 142 62 37 141 31
Binary 10000000 1000100 10 0 101111 1100010 110010 11111 1100001 11001

Color Harmonies of #804402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804402

Black with #804402

Text Example


Text Example

White with #804402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804402; }

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

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

background-color css

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

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

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

border-color css

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

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

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