Html Css Color HEX #705115 Raw Umber

📋 copy color: '#705115'

red 112 ◦ green 81 ◦ blue 21

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

Shades of Raw Umber #705115

Tints of Raw Umber #705115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.81%

R = 52.34%
G = 37.85%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#705115 (or 0x705115) is known color: Raw Umber. HEX triplet: 70, 51 and 15. RGB value is (112,81,21). Sum of RGB (Red+Green+Blue) = 112+81+21=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705115 is #8FAEEA. Grayscale: #535353. Windows color (decimal): -9416427 or 1397104. OLE color: 1397104.

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

Color convert

RGB 112 81 21 -
CMYK 0 0.28 0.81 0.56
HSL 39.56º 0.68% 0.26% -
HSV(B) 39.56º 0.81% 0.44% -
XYZ 9.76 9.38 2.01 -
YUV 83.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 112 81 21 0 0.28 0.81 0.56 39.56 0.68 0.26
Hex 70 51 15 0 1C 51 38 28 44 1A
Octal 160 121 25 0 34 121 70 50 104 32
Binary 1110000 1010001 10101 0 11100 1010001 111000 101000 1000100 11010

Color Harmonies of #705115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705115

Black with #705115

Text Example


Text Example

White with #705115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705115; }

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

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

background-color css

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

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

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

border-color css

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

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

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