#703C02

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

Shades of Raw Umber #703C02

Tints of Raw Umber #703C02

Color information

#703C02 (or 0x703C02) is unknown color: approx Raw Umber. HEX triplet: 70, 3C and 02. RGB value is (112,60,2). Sum of RGB (Red+Green+Blue) = 112+60+2=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C02 is #8FC3FD. Grayscale: #454545. Windows color (decimal): -9421822 or 146544. OLE color: 146544.

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

Color convert

RGB112602-
CMYK00.460.980.56
HSL31.64º96.49%22.35%-
HSV(B)31.64º98.21%43.92%-
XYZ8.316.680.91-
YUV68.9490.23158.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=64.37%
G=34.48%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11260200.460.980.5631.6496.4922.35
Hex703C202E6238206016
Octal160742056142704014026
Binary11100001111001001011101100010111000100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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