#704615

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

Shades of Raw Umber #704615

Tints of Raw Umber #704615

Color information

#704615 (or 0x704615) is unknown color: approx Raw Umber. HEX triplet: 70, 46 and 15. RGB value is (112,70,21). Sum of RGB (Red+Green+Blue) = 112+70+21=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704615 is #8FB9EA. Grayscale: #4D4D4D. Windows color (decimal): -9419243 or 1394288. OLE color: 1394288.

HSL color Cylindrical-coordinate representation of color #704615: hue angle of 32.31º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #704615 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1127021-
CMYK00.380.810.56
HSL32.31º68.42%26.08%-
HSV(B)32.31º81.25%43.92%-
XYZ9.017.881.76-
YUV76.9796.41152.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=55.17%
G=34.48%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112702100.380.810.5632.3168.4226.08
Hex704615026513820441a
Octal16010625046121704010432
Binary111000010001101010101001101010001111000100000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704615; }

 p { color: rgb(112,70,21); }

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

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

 a { background-color: rgb(112,70,21); }

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

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

 span { border-color: rgb(112,70,21); }

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