#75533D

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

Shades of Old Copper #75533D

Tints of Old Copper #75533D

Color information

#75533D (or 0x75533D) is unknown color: approx Old Copper. HEX triplet: 75, 53 and 3D. RGB value is (117,83,61). Sum of RGB (Red+Green+Blue) = 117+83+61=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75533D is #8AACC2. Grayscale: #5A5A5A. Windows color (decimal): -9088195 or 4019061. OLE color: 4019061.

HSL color Cylindrical-coordinate representation of color #75533D: hue angle of 23.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75533D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1178361-
CMYK00.290.480.54
HSL23.57º31.46%34.9%-
HSV(B)23.57º47.86%45.88%-
XYZ11.2710.315.81-
YUV90.66111.26146.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=44.83%
G=31.80%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117836100.290.480.5423.5731.4634.9
Hex75533D01D3036181f23
Octal165123750356066303743
Binary111010110100111111010111011100001101101100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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