#705414

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

Shades of Raw Umber #705414

Tints of Raw Umber #705414

Color information

#705414 (or 0x705414) is unknown color: approx Raw Umber. HEX triplet: 70, 54 and 14. RGB value is (112,84,20). Sum of RGB (Red+Green+Blue) = 112+84+20=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705414 is #8FABEB. Grayscale: #555555. Windows color (decimal): -9415660 or 1332336. OLE color: 1332336.

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

Color convert

RGB1128420-
CMYK00.250.820.56
HSL41.74º69.7%25.88%-
HSV(B)41.74º82.14%43.92%-
XYZ9.989.842.03-
YUV85.0891.28147.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=51.85%
G=38.89%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112842000.250.820.5641.7469.725.88
Hex70541401952382a461a
Octal16012424031122705210632
Binary11100001010100101000110011010010111000101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705414; }

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

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

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

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

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

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

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

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