#704701

Color #704701 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #704701

Tints of Raw Umber #704701

Color information

#704701 (or 0x704701) is unknown color: approx 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

RGB112711-
CMYK00.370.990.56
HSL37.84º98.23%22.16%-
HSV(B)37.84º99.11%43.92%-
XYZ8.947.951.09-
YUV75.2886.08154.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11271100.370.990.5637.8498.2322.16
Hex704710256338266216
Octal1601071045143704614226
Binary11100001000111101001011100011111000100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>