#705805

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

Shades of Raw Umber #705805

Tints of Raw Umber #705805

Color information

#705805 (or 0x705805) is unknown color: approx Raw Umber. HEX triplet: 70, 58 and 05. RGB value is (112,88,5). Sum of RGB (Red+Green+Blue) = 112+88+5=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705805 is #8FA7FA. Grayscale: #565656. Windows color (decimal): -9414651 or 350320. OLE color: 350320.

HSL color Cylindrical-coordinate representation of color #705805: hue angle of 46.54º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #705805 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112885-
CMYK00.210.960.56
HSL46.54º91.45%22.94%-
HSV(B)46.54º95.54%43.92%-
XYZ10.210.441.62-
YUV85.7182.45146.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=54.63%
G=42.93%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11288500.210.960.5646.5491.4522.94
Hex7058501560382f5b17
Octal1601305025140705713327
Binary111000010110001010101011100000111000101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705805; }

 p { color: rgb(112,88,5); }

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

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

 a { background-color: rgb(112,88,5); }

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

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

 span { border-color: rgb(112,88,5); }

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