#703C00

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

Shades of Raw Umber #703C00

Tints of Raw Umber #703C00

Color information

#703C00 (or 0x703C00) is unknown color: approx Raw Umber. HEX triplet: 70, 3C and 00. RGB value is (112,60,0). Sum of RGB (Red+Green+Blue) = 112+60+0=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #703C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C00 is #8FC3FF. Grayscale: #454545. Windows color (decimal): -9421824 or 15472. OLE color: 15472.

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

Color convert

RGB112600-
CMYK00.4610.56
HSL32.14º100%21.96%-
HSV(B)32.14º100%43.92%-
XYZ8.36.680.85-
YUV68.7189.23158.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.12%
G=34.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11260000.4610.5632.1410021.96
Hex703C002E6438206416
Octal160740056144704014426
Binary1110000111100001011101100100111000100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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