#75533F

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

Shades of Old Copper #75533F

Tints of Old Copper #75533F

Color information

#75533F (or 0x75533F) is unknown color: approx Old Copper. HEX triplet: 75, 53 and 3F. RGB value is (117,83,63). Sum of RGB (Red+Green+Blue) = 117+83+63=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75533F is #8AACC0. Grayscale: #5B5B5B. Windows color (decimal): -9088193 or 4150133. OLE color: 4150133.

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

Color convert

RGB1178363-
CMYK00.290.460.54
HSL22.22º30%35.29%-
HSV(B)22.22º46.15%45.88%-
XYZ11.3310.336.1-
YUV90.89112.26146.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 63 (25% from 255) = 23.95%
R=44.49%
G=31.56%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117836300.290.460.5422.223035.29
Hex75533F01D2E36161e23
Octal165123770355666263643
Binary111010110100111111110111011011101101101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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