#703D05

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

Shades of Raw Umber #703D05

Tints of Raw Umber #703D05

Color information

#703D05 (or 0x703D05) is unknown color: approx Raw Umber. HEX triplet: 70, 3D and 05. RGB value is (112,61,5). Sum of RGB (Red+Green+Blue) = 112+61+5=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #703D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D05 is #8FC2FA. Grayscale: #464646. Windows color (decimal): -9421563 or 343408. OLE color: 343408.

HSL color Cylindrical-coordinate representation of color #703D05: hue angle of 31.4º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #703D05 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112615-
CMYK00.460.960.56
HSL31.4º91.45%22.94%-
HSV(B)31.4º95.54%43.92%-
XYZ8.386.791.01-
YUV69.8691.4158.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=62.92%
G=34.27%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11261500.460.960.5631.491.4522.94
Hex703D502E60381f5b17
Octal160755056140703713327
Binary11100001111011010101110110000011100011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703D05; }

 p { color: rgb(112,61,5); }

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

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

 a { background-color: rgb(112,61,5); }

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

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

 span { border-color: rgb(112,61,5); }

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