Html Css Color HEX #705E07 Raw Umber

📋 copy color: '#705E07'

red 112 ◦ green 94 ◦ blue 7

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

Shades of Raw Umber #705E07

Tints of Raw Umber #705E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.13%

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

R = 52.58%
G = 44.13%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#705E07 (or 0x705E07) is known color: Raw Umber. HEX triplet: 70, 5E and 07. RGB value is (112,94,7). Sum of RGB (Red+Green+Blue) = 112+94+7=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #705E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E07 is #8FA1F8. Grayscale: #595959. Windows color (decimal): -9413113 or 482928. OLE color: 482928.

HSL color Cylindrical-coordinate representation of color #705E07: hue angle of 49.71º 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 #705E07 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 94 7 -
CMYK 0 0.16 0.94 0.56
HSL 49.71º 0.88% 0.23% -
HSV(B) 49.71º 0.94% 0.44% -
XYZ 10.72 11.47 1.85 -
YUV 89.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 112 94 7 0 0.16 0.94 0.56 49.71 0.88 0.23
Hex 70 5E 7 0 10 5E 38 32 58 17
Octal 160 136 7 0 20 136 70 62 130 27
Binary 1110000 1011110 111 0 10000 1011110 111000 110010 1011000 10111

Color Harmonies of #705E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E07

Black with #705E07

Text Example


Text Example

White with #705E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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