#703E00

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

Shades of Raw Umber #703E00

Tints of Raw Umber #703E00

Color information

#703E00 (or 0x703E00) is unknown color: approx Raw Umber. HEX triplet: 70, 3E and 00. RGB value is (112,62,0). Sum of RGB (Red+Green+Blue) = 112+62+0=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E00 is #8FC1FF. Grayscale: #464646. Windows color (decimal): -9421312 or 15984. OLE color: 15984.

HSL color Cylindrical-coordinate representation of color #703E00: hue angle of 33.21º 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 #703E00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB112620-
CMYK00.4510.56
HSL33.21º100%21.96%-
HSV(B)33.21º100%43.92%-
XYZ8.46.890.89-
YUV69.8888.56158.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.37%
G=35.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11262000.4510.5633.2110021.96
Hex703E002D6438216416
Octal160760055144704114426
Binary1110000111110001011011100100111000100001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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