#75523A

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

Shades of Old Copper #75523A

Tints of Old Copper #75523A

Color information

#75523A (or 0x75523A) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 3A. RGB value is (117,82,58). Sum of RGB (Red+Green+Blue) = 117+82+58=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523A is #8AADC5. Grayscale: #595959. Windows color (decimal): -9088454 or 3822197. OLE color: 3822197.

HSL color Cylindrical-coordinate representation of color #75523A: hue angle of 24.41º 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 #75523A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1178258-
CMYK00.300.500.54
HSL24.41º33.71%34.31%-
HSV(B)24.41º50.43%45.88%-
XYZ11.1210.125.37-
YUV89.73110.1147.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=45.53%
G=31.91%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117825800.300.500.5424.4133.7134.31
Hex75523A01E3236182222
Octal165122720366266304242
Binary1110101101001011101001111011001011011011000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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