#75553A

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

Shades of Old Copper #75553A

Tints of Old Copper #75553A

Color information

#75553A (or 0x75553A) is unknown color: approx Old Copper. HEX triplet: 75, 55 and 3A. RGB value is (117,85,58). Sum of RGB (Red+Green+Blue) = 117+85+58=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75553A is #8AAAC5. Grayscale: #5B5B5B. Windows color (decimal): -9087686 or 3822965. OLE color: 3822965.

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

Color convert

RGB1178558-
CMYK00.270.500.54
HSL27.46º33.71%34.31%-
HSV(B)27.46º50.43%45.88%-
XYZ11.3510.585.45-
YUV91.49109.1146.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=45%
G=32.69%
B=22.31%

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
Decimal117855800.270.500.5427.4633.7134.31
Hex75553A01B32361b2222
Octal165125720336266334242
Binary1110101101010111101001101111001011011011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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