#755234

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

Shades of Old Copper #755234

Tints of Old Copper #755234

Color information

#755234 (or 0x755234) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 34. RGB value is (117,82,52). Sum of RGB (Red+Green+Blue) = 117+82+52=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #755234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755234 is #8AADCB. Grayscale: #595959. Windows color (decimal): -9088460 or 3428981. OLE color: 3428981.

HSL color Cylindrical-coordinate representation of color #755234: hue angle of 27.69º degrees, saturation: 0.38, 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 #755234 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1178252-
CMYK00.300.560.54
HSL27.69º38.46%33.14%-
HSV(B)27.69º55.56%45.88%-
XYZ10.9710.064.61-
YUV89.04107.1147.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=46.61%
G=32.67%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117825200.300.560.5427.6938.4633.14
Hex75523401E38361c2621
Octal165122640367066344641
Binary1110101101001011010001111011100011011011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755234; }

 p { color: rgb(117,82,52); }

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

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

 a { background-color: rgb(117,82,52); }

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

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

 span { border-color: rgb(117,82,52); }

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