#705714

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

Shades of Raw Umber #705714

Tints of Raw Umber #705714

Color information

#705714 (or 0x705714) is unknown color: approx Raw Umber. HEX triplet: 70, 57 and 14. RGB value is (112,87,20). Sum of RGB (Red+Green+Blue) = 112+87+20=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705714 is #8FA8EB. Grayscale: #575757. Windows color (decimal): -9414892 or 1333104. OLE color: 1333104.

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

Color convert

RGB1128720-
CMYK00.220.820.56
HSL43.7º69.7%25.88%-
HSV(B)43.7º82.14%43.92%-
XYZ10.2210.312.11-
YUV86.8490.28145.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=51.14%
G=39.73%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112872000.220.820.5643.769.725.88
Hex70571401652382c461a
Octal16012724026122705410632
Binary11100001010111101000101101010010111000101100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705714; }

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

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

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

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

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

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

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

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