Html Css Color HEX #705107 Raw Umber

📋 copy color: '#705107'

red 112 ◦ green 81 ◦ blue 7

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

Shades of Raw Umber #705107

Tints of Raw Umber #705107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

 BLUE value IS 7 (3.13% from 255) = 3.5%

R = 56%
G = 40.5%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#705107 (or 0x705107) is known color: Raw Umber. HEX triplet: 70, 51 and 07. RGB value is (112,81,7). Sum of RGB (Red+Green+Blue) = 112+81+7=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705107 is #8FAEF8. Grayscale: #525252. Windows color (decimal): -9416441 or 479600. OLE color: 479600.

HSL color Cylindrical-coordinate representation of color #705107: hue angle of 42.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #705107 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 7 -
CMYK 0 0.28 0.94 0.56
HSL 42.29º 0.88% 0.23% -
HSV(B) 42.29º 0.94% 0.44% -
XYZ 9.66 9.34 1.5 -
YUV 81.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 112 81 7 0 0.28 0.94 0.56 42.29 0.88 0.23
Hex 70 51 7 0 1C 5E 38 2A 58 17
Octal 160 121 7 0 34 136 70 52 130 27
Binary 1110000 1010001 111 0 11100 1011110 111000 101010 1011000 10111

Color Harmonies of #705107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705107

Black with #705107

Text Example


Text Example

White with #705107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705107; }

 p { color: rgb(112,81,7); }

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

background-color css

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

 a { background-color: rgb(112,81,7); }

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

border-color css

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

 span { border-color: rgb(112,81,7); }

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