#755033

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

Shades of Old Copper #755033

Tints of Old Copper #755033

Color information

#755033 (or 0x755033) is unknown color: approx Old Copper. HEX triplet: 75, 50 and 33. RGB value is (117,80,51). Sum of RGB (Red+Green+Blue) = 117+80+51=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755033 is #8AAFCC. Grayscale: #575757. Windows color (decimal): -9088973 or 3362933. OLE color: 3362933.

HSL color Cylindrical-coordinate representation of color #755033: hue angle of 26.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755033 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1178051-
CMYK00.320.560.54
HSL26.36º39.29%32.94%-
HSV(B)26.36º56.41%45.88%-
XYZ10.89.764.45-
YUV87.76107.26148.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=47.18%
G=32.26%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117805100.320.560.5426.3639.2932.94
Hex75503302038361a2721
Octal165120630407066324741
Binary11101011010000110011010000011100011011011010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755033; }

 p { color: rgb(117,80,51); }

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

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

 a { background-color: rgb(117,80,51); }

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

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

 span { border-color: rgb(117,80,51); }

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