Html Css Color HEX #705715 Raw Umber

📋 copy color: '#705715'

red 112 ◦ green 87 ◦ blue 21

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

Shades of Raw Umber #705715

Tints of Raw Umber #705715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

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

R = 50.91%
G = 39.55%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#705715 (or 0x705715) is known color: Raw Umber. HEX triplet: 70, 57 and 15. RGB value is (112,87,21). Sum of RGB (Red+Green+Blue) = 112+87+21=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705715 is #8FA8EA. Grayscale: #575757. Windows color (decimal): -9414891 or 1398640. OLE color: 1398640.

HSL color Cylindrical-coordinate representation of color #705715: hue angle of 43.52º 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 #705715 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 21 -
CMYK 0 0.22 0.81 0.56
HSL 43.52º 0.68% 0.26% -
HSV(B) 43.52º 0.81% 0.44% -
XYZ 10.23 10.32 2.16 -
YUV 86.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 112 87 21 0 0.22 0.81 0.56 43.52 0.68 0.26
Hex 70 57 15 0 16 51 38 2C 44 1A
Octal 160 127 25 0 26 121 70 54 104 32
Binary 1110000 1010111 10101 0 10110 1010001 111000 101100 1000100 11010

Color Harmonies of #705715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705715

Black with #705715

Text Example


Text Example

White with #705715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705715; }

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

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

background-color css

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

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

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

border-color css

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

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

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