Html Css Color HEX #705E05 Raw Umber

📋 copy color: '#705E05'

red 112 ◦ green 94 ◦ blue 5

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

Shades of Raw Umber #705E05

Tints of Raw Umber #705E05

RGB

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

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

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

R = 53.08%
G = 44.55%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#705E05 (or 0x705E05) is known color: Raw Umber. HEX triplet: 70, 5E and 05. RGB value is (112,94,5). Sum of RGB (Red+Green+Blue) = 112+94+5=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E05 is #8FA1FA. Grayscale: #595959. Windows color (decimal): -9413115 or 351856. OLE color: 351856.

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

Color convert

RGB 112 94 5 -
CMYK 0 0.16 0.96 0.56
HSL 49.91º 0.91% 0.23% -
HSV(B) 49.91º 0.96% 0.44% -
XYZ 10.71 11.46 1.79 -
YUV 89.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 112 94 5 0 0.16 0.96 0.56 49.91 0.91 0.23
Hex 70 5E 5 0 10 60 38 32 5B 17
Octal 160 136 5 0 20 140 70 62 133 27
Binary 1110000 1011110 101 0 10000 1100000 111000 110010 1011011 10111

Color Harmonies of #705E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E05

Black with #705E05

Text Example


Text Example

White with #705E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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