Html Css Color HEX #804702 Raw Umber

📋 copy color: '#804702'

red 128 ◦ green 71 ◦ blue 2

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

Shades of Raw Umber #804702

Tints of Raw Umber #804702

RGB

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

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

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

R = 63.68%
G = 35.32%
B = 1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#804702 (or 0x804702) is known color: Raw Umber. HEX triplet: 80, 47 and 02. RGB value is (128,71,2). Sum of RGB (Red+Green+Blue) = 128+71+2=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #804702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804702 is #7FB8FD. Grayscale: #505050. Windows color (decimal): -8370430 or 149376. OLE color: 149376.

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

Color convert

RGB 128 71 2 -
CMYK 0 0.45 0.98 0.50
HSL 32.86º 0.97% 0.25% -
HSV(B) 32.86º 0.98% 0.5% -
XYZ 11.17 9.1 1.23 -
YUV 80.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 128 71 2 0 0.45 0.98 0.50 32.86 0.97 0.25
Hex 80 47 2 0 2D 62 32 21 61 19
Octal 200 107 2 0 55 142 62 41 141 31
Binary 10000000 1000111 10 0 101101 1100010 110010 100001 1100001 11001

Color Harmonies of #804702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804702

Black with #804702

Text Example


Text Example

White with #804702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804702; }

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

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

background-color css

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

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

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

border-color css

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

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

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