#75513A

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

Shades of Old Copper #75513A

Tints of Old Copper #75513A

Color information

#75513A (or 0x75513A) is unknown color: approx Old Copper. HEX triplet: 75, 51 and 3A. RGB value is (117,81,58). Sum of RGB (Red+Green+Blue) = 117+81+58=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75513A is #8AAEC5. Grayscale: #595959. Windows color (decimal): -9088710 or 3821941. OLE color: 3821941.

HSL color Cylindrical-coordinate representation of color #75513A: hue angle of 23.39º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75513A is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1178158-
CMYK00.310.500.54
HSL23.39º33.71%34.31%-
HSV(B)23.39º50.43%45.88%-
XYZ11.049.975.35-
YUV89.14110.43147.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=45.70%
G=31.64%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117815800.310.500.5423.3933.7134.31
Hex75513A01F3236172222
Octal165121720376266274242
Binary1110101101000111101001111111001011011010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75513A; }

 p { color: rgb(117,81,58); }

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

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

 a { background-color: rgb(117,81,58); }

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

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

 span { border-color: rgb(117,81,58); }

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