#703D07

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

Shades of Raw Umber #703D07

Tints of Raw Umber #703D07

Color information

#703D07 (or 0x703D07) is unknown color: approx Raw Umber. HEX triplet: 70, 3D and 07. RGB value is (112,61,7). Sum of RGB (Red+Green+Blue) = 112+61+7=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D07 is #8FC2F8. Grayscale: #464646. Windows color (decimal): -9421561 or 474480. OLE color: 474480.

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

Color convert

RGB112617-
CMYK00.460.940.56
HSL30.86º88.24%23.33%-
HSV(B)30.86º93.75%43.92%-
XYZ8.396.81.07-
YUV70.0992.4157.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 7 (3.12% from 255) = 3.89%
R=62.22%
G=33.89%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11261700.460.940.5630.8688.2423.33
Hex703D702E5E381f5817
Octal160757056136703713027
Binary11100001111011110101110101111011100011111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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