#75553B

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

Shades of Old Copper #75553B

Tints of Old Copper #75553B

Color information

#75553B (or 0x75553B) is unknown color: approx Old Copper. HEX triplet: 75, 55 and 3B. RGB value is (117,85,59). Sum of RGB (Red+Green+Blue) = 117+85+59=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75553B is #8AAAC4. Grayscale: #5B5B5B. Windows color (decimal): -9087685 or 3888501. OLE color: 3888501.

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

Color convert

RGB1178559-
CMYK00.270.500.54
HSL26.9º32.95%34.51%-
HSV(B)26.9º49.57%45.88%-
XYZ11.3710.595.58-
YUV91.6109.6146.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=44.83%
G=32.57%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117855900.270.500.5426.932.9534.51
Hex75553B01B32361b2123
Octal165125730336266334143
Binary1110101101010111101101101111001011011011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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