#705719

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

Shades of Raw Umber #705719

Tints of Raw Umber #705719

Color information

#705719 (or 0x705719) is unknown color: approx Raw Umber. HEX triplet: 70, 57 and 19. RGB value is (112,87,25). Sum of RGB (Red+Green+Blue) = 112+87+25=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #705719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705719 is #8FA8E6. Grayscale: #575757. Windows color (decimal): -9414887 or 1660784. OLE color: 1660784.

HSL color Cylindrical-coordinate representation of color #705719: hue angle of 42.76º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #705719 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1128725-
CMYK00.220.780.56
HSL42.76º63.5%26.86%-
HSV(B)42.76º77.68%43.92%-
XYZ10.2710.332.37-
YUV87.4192.78145.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=50%
G=38.84%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112872500.220.780.5642.7663.526.86
Hex7057190164E382b401b
Octal16012731026116705310033
Binary11100001010111110010101101001110111000101011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705719; }

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

 H1.HeaderClassName
 {
   color: #705719;
 }
 .AnyTagClassName
 {
   color: #705719;
 }
</style>
background-color css

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

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

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

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

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

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