#704415

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

Shades of Raw Umber #704415

Tints of Raw Umber #704415

Color information

#704415 (or 0x704415) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 15. RGB value is (112,68,21). Sum of RGB (Red+Green+Blue) = 112+68+21=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704415 is #8FBBEA. Grayscale: #4C4C4C. Windows color (decimal): -9419755 or 1393776. OLE color: 1393776.

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

Color convert

RGB1126821-
CMYK00.390.810.56
HSL30.99º68.42%26.08%-
HSV(B)30.99º81.25%43.92%-
XYZ8.887.631.71-
YUV75.897.08153.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=55.72%
G=33.83%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112682100.390.810.5630.9968.4226.08
Hex70441502751381f441a
Octal16010425047121703710432
Binary11100001000100101010100111101000111100011111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704415; }

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

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

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

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

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

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

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

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