Html Css Color HEX #704701 Raw Umber

📋 copy color: '#704701'

red 112 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #704701

Tints of Raw Umber #704701

RGB

 RED value IS 112 (44.14% from 255) = 60.87%

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

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

R = 60.87%
G = 38.59%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#704701 (or 0x704701) is known color: Raw Umber. HEX triplet: 70, 47 and 01. RGB value is (112,71,1). Sum of RGB (Red+Green+Blue) = 112+71+1=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704701 is #8FB8FE. Grayscale: #4B4B4B. Windows color (decimal): -9419007 or 83824. OLE color: 83824.

HSL color Cylindrical-coordinate representation of color #704701: hue angle of 37.84º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #704701 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 1 -
CMYK 0 0.37 0.99 0.56
HSL 37.84º 0.98% 0.22% -
HSV(B) 37.84º 0.99% 0.44% -
XYZ 8.94 7.95 1.09 -
YUV 75.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 112 71 1 0 0.37 0.99 0.56 37.84 0.98 0.22
Hex 70 47 1 0 25 63 38 26 62 16
Octal 160 107 1 0 45 143 70 46 142 26
Binary 1110000 1000111 1 0 100101 1100011 111000 100110 1100010 10110

Color Harmonies of #704701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704701

Black with #704701

Text Example


Text Example

White with #704701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704701; }

 p { color: rgb(112,71,1); }

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

background-color css

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

 a { background-color: rgb(112,71,1); }

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

border-color css

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

 span { border-color: rgb(112,71,1); }

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