#704201

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

Shades of Raw Umber #704201

Tints of Raw Umber #704201

Color information

#704201 (or 0x704201) is unknown color: approx Raw Umber. HEX triplet: 70, 42 and 01. RGB value is (112,66,1). Sum of RGB (Red+Green+Blue) = 112+66+1=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #704201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704201 is #8FBDFE. Grayscale: #484848. Windows color (decimal): -9420287 or 82544. OLE color: 82544.

HSL color Cylindrical-coordinate representation of color #704201: hue angle of 35.14º 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 #704201 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB112661-
CMYK00.410.990.56
HSL35.14º98.23%22.16%-
HSV(B)35.14º99.11%43.92%-
XYZ8.647.340.99-
YUV72.3487.74156.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=62.57%
G=36.87%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11266100.410.990.5635.1498.2322.16
Hex704210296338236216
Octal1601021051143704314226
Binary11100001000010101010011100011111000100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704201; }

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

 H1.HeaderClassName
 {
   color: #704201;
 }
 .AnyTagClassName
 {
   color: #704201;
 }
</style>
background-color css

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

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

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

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

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

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