#703802

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

Shades of Raw Umber #703802

Tints of Raw Umber #703802

Color information

#703802 (or 0x703802) is unknown color: approx Raw Umber. HEX triplet: 70, 38 and 02. RGB value is (112,56,2). Sum of RGB (Red+Green+Blue) = 112+56+2=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #703802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703802 is #8FC7FD. Grayscale: #424242. Windows color (decimal): -9422846 or 145520. OLE color: 145520.

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

Color convert

RGB112562-
CMYK00.500.980.56
HSL29.45º96.49%22.35%-
HSV(B)29.45º98.21%43.92%-
XYZ8.116.280.84-
YUV66.5991.55160.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.88%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=65.88%
G=32.94%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11256200.500.980.5629.4596.4922.35
Hex7038203262381d6016
Octal160702062142703514026
Binary1110000111000100110010110001011100011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703802; }

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

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

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

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

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

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

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

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