#704413

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

Shades of Raw Umber #704413

Tints of Raw Umber #704413

Color information

#704413 (or 0x704413) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 13. RGB value is (112,68,19). Sum of RGB (Red+Green+Blue) = 112+68+19=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704413 is #8FBBEC. Grayscale: #4B4B4B. Windows color (decimal): -9419757 or 1262704. OLE color: 1262704.

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

Color convert

RGB1126819-
CMYK00.390.830.56
HSL31.61º70.99%25.69%-
HSV(B)31.61º83.04%43.92%-
XYZ8.877.631.62-
YUV75.5796.08153.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=56.28%
G=34.17%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112681900.390.830.5631.6170.9925.69
Hex704413027533820471a
Octal16010423047123704010732
Binary111000010001001001101001111010011111000100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704413; }

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

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

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

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

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

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

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

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