#75523B

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

Shades of Old Copper #75523B

Tints of Old Copper #75523B

Color information

#75523B (or 0x75523B) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 3B. RGB value is (117,82,59). Sum of RGB (Red+Green+Blue) = 117+82+59=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523B is #8AADC4. Grayscale: #595959. Windows color (decimal): -9088453 or 3887733. OLE color: 3887733.

HSL color Cylindrical-coordinate representation of color #75523B: hue angle of 23.79º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75523B is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1178259-
CMYK00.300.500.54
HSL23.79º32.95%34.51%-
HSV(B)23.79º49.57%45.88%-
XYZ11.1410.135.51-
YUV89.84110.6147.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=45.35%
G=31.78%
B=22.87%

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
Decimal117825900.300.500.5423.7932.9534.51
Hex75523B01E3236182123
Octal165122730366266304143
Binary1110101101001011101101111011001011011011000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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