#703F02

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

Shades of Raw Umber #703F02

Tints of Raw Umber #703F02

Color information

#703F02 (or 0x703F02) is unknown color: approx Raw Umber. HEX triplet: 70, 3F and 02. RGB value is (112,63,2). Sum of RGB (Red+Green+Blue) = 112+63+2=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #703F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F02 is #8FC0FD. Grayscale: #464646. Windows color (decimal): -9421054 or 147312. OLE color: 147312.

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

Color convert

RGB112632-
CMYK00.440.980.56
HSL33.27º96.49%22.35%-
HSV(B)33.27º98.21%43.92%-
XYZ8.4770.96-
YUV70.789.23157.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=63.28%
G=35.59%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11263200.440.980.5633.2796.4922.35
Hex703F202C6238216016
Octal160772054142704114026
Binary11100001111111001011001100010111000100001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,63,2); }

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

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

 a { background-color: rgb(112,63,2); }

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

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

 span { border-color: rgb(112,63,2); }

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