#75533B

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

Shades of Old Copper #75533B

Tints of Old Copper #75533B

Color information

#75533B (or 0x75533B) is unknown color: approx Old Copper. HEX triplet: 75, 53 and 3B. RGB value is (117,83,59). Sum of RGB (Red+Green+Blue) = 117+83+59=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75533B is #8AACC4. Grayscale: #5A5A5A. Windows color (decimal): -9088197 or 3887989. OLE color: 3887989.

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

Color convert

RGB1178359-
CMYK00.290.500.54
HSL24.83º32.95%34.51%-
HSV(B)24.83º49.57%45.88%-
XYZ11.2210.285.53-
YUV90.43110.26146.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=45.17%
G=32.05%
B=22.78%

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
Decimal117835900.290.500.5424.8332.9534.51
Hex75533B01D3236192123
Octal165123730356266314143
Binary1110101101001111101101110111001011011011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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