#703C03

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

Shades of Raw Umber #703C03

Tints of Raw Umber #703C03

Color information

#703C03 (or 0x703C03) is unknown color: approx Raw Umber. HEX triplet: 70, 3C and 03. RGB value is (112,60,3). Sum of RGB (Red+Green+Blue) = 112+60+3=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #703C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C03 is #8FC3FC. Grayscale: #454545. Windows color (decimal): -9421821 or 212080. OLE color: 212080.

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

Color convert

RGB112603-
CMYK00.460.970.56
HSL31.38º94.78%22.55%-
HSV(B)31.38º97.32%43.92%-
XYZ8.316.680.94-
YUV69.0590.73158.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=64%
G=34.29%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11260300.460.970.5631.3894.7822.55
Hex703C302E61381f5f17
Octal160743056141703713727
Binary1110000111100110101110110000111100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,3); }

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

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

 a { background-color: rgb(112,60,3); }

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

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

 span { border-color: rgb(112,60,3); }

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