Html Css Color HEX #703705 Raw Umber

📋 copy color: '#703705'

red 112 ◦ green 55 ◦ blue 5

#703705
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #703705

Tints of Raw Umber #703705

RGB

 RED value IS 112 (44.14% from 255) = 65.12%

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 65.12%
G = 31.98%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#703705 (or 0x703705) is known color: Raw Umber. HEX triplet: 70, 37 and 05. RGB value is (112,55,5). Sum of RGB (Red+Green+Blue) = 112+55+5=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #703705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703705 is #8FC8FA. Grayscale: #424242. Windows color (decimal): -9423099 or 341872. OLE color: 341872.

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

Color convert

RGB 112 55 5 -
CMYK 0 0.51 0.96 0.56
HSL 28.04º 0.91% 0.23% -
HSV(B) 28.04º 0.96% 0.44% -
XYZ 8.08 6.19 0.91 -
YUV 66.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 112 55 5 0 0.51 0.96 0.56 28.04 0.91 0.23
Hex 70 37 5 0 33 60 38 1C 5B 17
Octal 160 67 5 0 63 140 70 34 133 27
Binary 1110000 110111 101 0 110011 1100000 111000 11100 1011011 10111

Color Harmonies of #703705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703705

Black with #703705

Text Example


Text Example

White with #703705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703705; }

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

 H1.HeaderClassName
 {
   color: #703705;
 }
 .AnyTagClassName
 {
   color: #703705;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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