#703702

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

Shades of Raw Umber #703702

Tints of Raw Umber #703702

Color information

#703702 (or 0x703702) is unknown color: approx Raw Umber. HEX triplet: 70, 37 and 02. RGB value is (112,55,2). Sum of RGB (Red+Green+Blue) = 112+55+2=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #703702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703702 is #8FC8FD. Grayscale: #424242. Windows color (decimal): -9423102 or 145264. OLE color: 145264.

HSL color Cylindrical-coordinate representation of color #703702: hue angle of 28.91º 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 #703702 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB112552-
CMYK00.510.980.56
HSL28.91º96.49%22.35%-
HSV(B)28.91º98.21%43.92%-
XYZ8.066.180.83-
YUV6691.88160.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=66.27%
G=32.54%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11255200.510.980.5628.9196.4922.35
Hex7037203362381d6016
Octal160672063142703514026
Binary1110000110111100110011110001011100011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703702; }

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

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

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

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

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

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

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

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