#705416

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

Shades of Raw Umber #705416

Tints of Raw Umber #705416

Color information

#705416 (or 0x705416) is unknown color: approx Raw Umber. HEX triplet: 70, 54 and 16. RGB value is (112,84,22). Sum of RGB (Red+Green+Blue) = 112+84+22=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705416 is #8FABE9. Grayscale: #555555. Windows color (decimal): -9415658 or 1463408. OLE color: 1463408.

HSL color Cylindrical-coordinate representation of color #705416: hue angle of 41.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #705416 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1128422-
CMYK00.250.800.56
HSL41.33º67.16%26.27%-
HSV(B)41.33º80.36%43.92%-
XYZ109.842.13-
YUV85.392.28147.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=51.38%
G=38.53%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112842200.250.800.5641.3367.1626.27
Hex705416019503829431a
Octal16012426031120705110332
Binary11100001010100101100110011010000111000101001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705416; }

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

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

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

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

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

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

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

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