#704301

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

Shades of Raw Umber #704301

Tints of Raw Umber #704301

Color information

#704301 (or 0x704301) is unknown color: approx Raw Umber. HEX triplet: 70, 43 and 01. RGB value is (112,67,1). Sum of RGB (Red+Green+Blue) = 112+67+1=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #704301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704301 is #8FBCFE. Grayscale: #494949. Windows color (decimal): -9420031 or 82800. OLE color: 82800.

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

Color convert

RGB112671-
CMYK00.400.990.56
HSL35.68º98.23%22.16%-
HSV(B)35.68º99.11%43.92%-
XYZ8.697.461.01-
YUV72.9387.41155.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=62.22%
G=37.22%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11267100.400.990.5635.6898.2322.16
Hex704310286338246216
Octal1601031050143704414226
Binary11100001000011101010001100011111000100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704301; }

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

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

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

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

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

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

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

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