#754F36

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

Shades of Old Copper #754F36

Tints of Old Copper #754F36

Color information

#754F36 (or 0x754F36) is unknown color: approx Old Copper. HEX triplet: 75, 4F and 36. RGB value is (117,79,54). Sum of RGB (Red+Green+Blue) = 117+79+54=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F36 is #8AB0C9. Grayscale: #575757. Windows color (decimal): -9089226 or 3559285. OLE color: 3559285.

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

Color convert

RGB1177954-
CMYK00.320.540.54
HSL23.81º36.84%33.53%-
HSV(B)23.81º53.85%45.88%-
XYZ10.89.644.78-
YUV87.51109.09149.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=46.8%
G=31.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117795400.320.540.5423.8136.8433.53
Hex754F360203636182522
Octal165117660406666304542
Binary11101011001111110110010000011011011011011000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F36; }

 p { color: rgb(117,79,54); }

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

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

 a { background-color: rgb(117,79,54); }

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

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

 span { border-color: rgb(117,79,54); }

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