#705033

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

Shades of Old Copper #705033

Tints of Old Copper #705033

Color information

#705033 (or 0x705033) is unknown color: approx Old Copper. HEX triplet: 70, 50 and 33. RGB value is (112,80,51). Sum of RGB (Red+Green+Blue) = 112+80+51=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #705033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705033 is #8FAFCC. Grayscale: #565656. Windows color (decimal): -9416653 or 3362928. OLE color: 3362928.

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

Color convert

RGB1128051-
CMYK00.290.540.56
HSL28.52º37.42%31.96%-
HSV(B)28.52º54.46%43.92%-
XYZ10.159.424.42-
YUV86.26108.1146.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=46.09%
G=32.92%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112805100.290.540.5628.5237.4231.96
Hex70503301D36381d2520
Octal160120630356670354540
Binary1110000101000011001101110111011011100011101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705033; }

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

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

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

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

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

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

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

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