#705700

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

Shades of Raw Umber #705700

Tints of Raw Umber #705700

Color information

#705700 (or 0x705700) is unknown color: approx Raw Umber. HEX triplet: 70, 57 and 00. RGB value is (112,87,0). Sum of RGB (Red+Green+Blue) = 112+87+0=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705700 is #8FA8FF. Grayscale: #545454. Windows color (decimal): -9414912 or 22384. OLE color: 22384.

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

Color convert

RGB112870-
CMYK00.2210.56
HSL46.61º100%21.96%-
HSV(B)46.61º100%43.92%-
XYZ10.0910.261.45-
YUV84.5680.28147.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 87 (34.38% from 255) = 43.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.28%
G=43.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287000.2210.5646.6110021.96
Hex7057001664382f6416
Octal1601270026144705714426
Binary1110000101011100101101100100111000101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705700; }

 p { color: rgb(112,87,0); }

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

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

 a { background-color: rgb(112,87,0); }

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

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

 span { border-color: rgb(112,87,0); }

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