Html Css Color HEX #705C16 Raw Umber

📋 copy color: '#705C16'

red 112 ◦ green 92 ◦ blue 22

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

Shades of Raw Umber #705C16

Tints of Raw Umber #705C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.71%

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 49.56%
G = 40.71%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#705C16 (or 0x705C16) is known color: Raw Umber. HEX triplet: 70, 5C and 16. RGB value is (112,92,22). Sum of RGB (Red+Green+Blue) = 112+92+22=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #705C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C16 is #8FA3E9. Grayscale: #5A5A5A. Windows color (decimal): -9413610 or 1465456. OLE color: 1465456.

HSL color Cylindrical-coordinate representation of color #705C16: hue angle of 46.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #705C16 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 92 22 -
CMYK 0 0.18 0.80 0.56
HSL 46.67º 0.67% 0.26% -
HSV(B) 46.67º 0.8% 0.44% -
XYZ 10.65 11.16 2.35 -
YUV 90 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 112 92 22 0 0.18 0.80 0.56 46.67 0.67 0.26
Hex 70 5C 16 0 12 50 38 2F 43 1A
Octal 160 134 26 0 22 120 70 57 103 32
Binary 1110000 1011100 10110 0 10010 1010000 111000 101111 1000011 11010

Color Harmonies of #705C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C16

Black with #705C16

Text Example


Text Example

White with #705C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,92,22); }

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

background-color css

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

 a { background-color: rgb(112,92,22); }

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

border-color css

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

 span { border-color: rgb(112,92,22); }

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