#703D01

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

Shades of Raw Umber #703D01

Tints of Raw Umber #703D01

Color information

#703D01 (or 0x703D01) is unknown color: approx Raw Umber. HEX triplet: 70, 3D and 01. RGB value is (112,61,1). Sum of RGB (Red+Green+Blue) = 112+61+1=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D01 is #8FC2FE. Grayscale: #454545. Windows color (decimal): -9421567 or 81264. OLE color: 81264.

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

Color convert

RGB112611-
CMYK00.460.990.56
HSL32.43º98.23%22.16%-
HSV(B)32.43º99.11%43.92%-
XYZ8.366.780.9-
YUV69.4189.4158.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=64.37%
G=35.06%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11261100.460.990.5632.4398.2322.16
Hex703D102E6338206216
Octal160751056143704014226
Binary1110000111101101011101100011111000100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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