#715033

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

Shades of Old Copper #715033

Tints of Old Copper #715033

Color information

#715033 (or 0x715033) is unknown color: approx Old Copper. HEX triplet: 71, 50 and 33. RGB value is (113,80,51). Sum of RGB (Red+Green+Blue) = 113+80+51=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #715033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715033 is #8EAFCC. Grayscale: #565656. Windows color (decimal): -9351117 or 3362929. OLE color: 3362929.

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

Color convert

RGB1138051-
CMYK00.290.550.56
HSL28.06º37.8%32.16%-
HSV(B)28.06º54.87%44.31%-
XYZ10.289.494.42-
YUV86.56107.93146.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=46.31%
G=32.79%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113805100.290.550.5628.0637.832.16
Hex71503301D37381c2620
Octal161120630356770344640
Binary1110001101000011001101110111011111100011100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715033; }

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

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

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

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

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

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

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

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