#703E05

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

Shades of Raw Umber #703E05

Tints of Raw Umber #703E05

Color information

#703E05 (or 0x703E05) is unknown color: approx Raw Umber. HEX triplet: 70, 3E and 05. RGB value is (112,62,5). Sum of RGB (Red+Green+Blue) = 112+62+5=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #703E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E05 is #8FC1FA. Grayscale: #464646. Windows color (decimal): -9421307 or 343664. OLE color: 343664.

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

Color convert

RGB112625-
CMYK00.450.960.56
HSL31.96º91.45%22.94%-
HSV(B)31.96º95.54%43.92%-
XYZ8.436.91.03-
YUV70.4591.06157.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=62.57%
G=34.64%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11262500.450.960.5631.9691.4522.94
Hex703E502D6038205b17
Octal160765055140704013327
Binary111000011111010101011011100000111000100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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