Html Css Color HEX #804502 Raw Umber

📋 copy color: '#804502'

red 128 ◦ green 69 ◦ blue 2

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

Shades of Raw Umber #804502

Tints of Raw Umber #804502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 64.32%
G = 34.67%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#804502 (or 0x804502) is known color: Raw Umber. HEX triplet: 80, 45 and 02. RGB value is (128,69,2). Sum of RGB (Red+Green+Blue) = 128+69+2=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #804502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804502 is #7FBAFD. Grayscale: #4F4F4F. Windows color (decimal): -8370942 or 148864. OLE color: 148864.

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

Color convert

RGB 128 69 2 -
CMYK 0 0.46 0.98 0.50
HSL 31.9º 0.97% 0.25% -
HSV(B) 31.9º 0.98% 0.5% -
XYZ 11.04 8.85 1.18 -
YUV 79 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 128 69 2 0 0.46 0.98 0.50 31.9 0.97 0.25
Hex 80 45 2 0 2E 62 32 20 61 19
Octal 200 105 2 0 56 142 62 40 141 31
Binary 10000000 1000101 10 0 101110 1100010 110010 100000 1100001 11001

Color Harmonies of #804502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804502

Black with #804502

Text Example


Text Example

White with #804502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804502; }

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

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

background-color css

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

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

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

border-color css

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

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

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