#705914

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

Shades of Raw Umber #705914

Tints of Raw Umber #705914

Color information

#705914 (or 0x705914) is unknown color: approx Raw Umber. HEX triplet: 70, 59 and 14. RGB value is (112,89,20). Sum of RGB (Red+Green+Blue) = 112+89+20=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705914 is #8FA6EB. Grayscale: #585858. Windows color (decimal): -9414380 or 1333616. OLE color: 1333616.

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

Color convert

RGB1128920-
CMYK00.210.820.56
HSL45º69.7%25.88%-
HSV(B)45º82.14%43.92%-
XYZ10.3810.642.17-
YUV88.0189.62145.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=50.68%
G=40.27%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112892000.210.820.564569.725.88
Hex70591401552382d461a
Octal16013124025122705510632
Binary11100001011001101000101011010010111000101101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705914; }

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

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

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

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

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

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

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

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