#703E08

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

Shades of Raw Umber #703E08

Tints of Raw Umber #703E08

Color information

#703E08 (or 0x703E08) is unknown color: approx Raw Umber. HEX triplet: 70, 3E and 08. RGB value is (112,62,8). Sum of RGB (Red+Green+Blue) = 112+62+8=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #703E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E08 is #8FC1F7. Grayscale: #474747. Windows color (decimal): -9421304 or 540272. OLE color: 540272.

HSL color Cylindrical-coordinate representation of color #703E08: hue angle of 31.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #703E08 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112628-
CMYK00.450.930.56
HSL31.15º86.67%23.53%-
HSV(B)31.15º92.86%43.92%-
XYZ8.456.911.12-
YUV70.7992.56157.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 8 (3.52% from 255) = 4.40%
R=61.54%
G=34.07%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11262800.450.930.5631.1586.6723.53
Hex703E802D5D381f5718
Octal1607610055135703712730
Binary111000011111010000101101101110111100011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,62,8); }

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

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

 a { background-color: rgb(112,62,8); }

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

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

 span { border-color: rgb(112,62,8); }

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