#705036

Color #705036 Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #705036

Tints of Old Copper #705036

Color information

#705036 (or 0x705036) is unknown color: approx Old Copper. HEX triplet: 70, 50 and 36. RGB value is (112,80,54). Sum of RGB (Red+Green+Blue) = 112+80+54=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #705036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705036 is #8FAFC9. Grayscale: #565656. Windows color (decimal): -9416650 or 3559536. OLE color: 3559536.

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

Color convert

RGB1128054-
CMYK00.290.520.56
HSL26.9º34.94%32.55%-
HSV(B)26.9º51.79%43.92%-
XYZ10.229.454.78-
YUV86.6109.6146.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=45.53%
G=32.52%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112805400.290.520.5626.934.9432.55
Hex70503601D34381b2321
Octal160120660356470334341
Binary1110000101000011011001110111010011100011011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705036; }

 p { color: rgb(112,80,54); }

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

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

 a { background-color: rgb(112,80,54); }

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

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

 span { border-color: rgb(112,80,54); }

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