#705419

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

Shades of Raw Umber #705419

Tints of Raw Umber #705419

Color information

#705419 (or 0x705419) is unknown color: approx Raw Umber. HEX triplet: 70, 54 and 19. RGB value is (112,84,25). Sum of RGB (Red+Green+Blue) = 112+84+25=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705419 is #8FABE6. Grayscale: #555555. Windows color (decimal): -9415655 or 1660016. OLE color: 1660016.

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

Color convert

RGB1128425-
CMYK00.250.780.56
HSL40.69º63.5%26.86%-
HSV(B)40.69º77.68%43.92%-
XYZ10.039.862.29-
YUV85.6593.78146.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 25 (10.16% from 255) = 11.31%
R=50.68%
G=38.01%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112842500.250.780.5640.6963.526.86
Hex7054190194E3829401b
Octal16012431031116705110033
Binary11100001010100110010110011001110111000101001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705419; }

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

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

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

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

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

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

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

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