#705715

Color #705715 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #705715

Tints of Raw Umber #705715

Color information

#705715 (or 0x705715) is unknown color: approx 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

RGB1128721-
CMYK00.220.810.56
HSL43.52º68.42%26.08%-
HSV(B)43.52º81.25%43.92%-
XYZ10.2310.322.16-
YUV86.9590.78145.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112872100.220.810.5643.5268.4226.08
Hex70571501651382c441a
Octal16012725026121705410432
Binary11100001010111101010101101010001111000101100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>