#75533A

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

Shades of Old Copper #75533A

Tints of Old Copper #75533A

Color information

#75533A (or 0x75533A) is unknown color: approx Old Copper. HEX triplet: 75, 53 and 3A. RGB value is (117,83,58). Sum of RGB (Red+Green+Blue) = 117+83+58=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75533A is #8AACC5. Grayscale: #5A5A5A. Windows color (decimal): -9088198 or 3822453. OLE color: 3822453.

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

Color convert

RGB1178358-
CMYK00.290.500.54
HSL25.42º33.71%34.31%-
HSV(B)25.42º50.43%45.88%-
XYZ11.1910.275.4-
YUV90.32109.76147.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=45.35%
G=32.17%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117835800.290.500.5425.4233.7134.31
Hex75533A01D3236192222
Octal165123720356266314242
Binary1110101101001111101001110111001011011011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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