#75503B

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

Shades of Old Copper #75503B

Tints of Old Copper #75503B

Color information

#75503B (or 0x75503B) is unknown color: approx Old Copper. HEX triplet: 75, 50 and 3B. RGB value is (117,80,59). Sum of RGB (Red+Green+Blue) = 117+80+59=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503B is #8AAFC4. Grayscale: #585858. Windows color (decimal): -9088965 or 3887221. OLE color: 3887221.

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

Color convert

RGB1178059-
CMYK00.320.500.54
HSL21.72º32.95%34.51%-
HSV(B)21.72º49.57%45.88%-
XYZ10.999.835.46-
YUV88.67111.26148.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=45.70%
G=31.25%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117805900.320.500.5421.7232.9534.51
Hex75503B0203236162123
Octal165120730406266264143
Binary11101011010000111011010000011001011011010110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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