#754F3B

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

Shades of Old Copper #754F3B

Tints of Old Copper #754F3B

Color information

#754F3B (or 0x754F3B) is unknown color: approx Old Copper. HEX triplet: 75, 4F and 3B. RGB value is (117,79,59). Sum of RGB (Red+Green+Blue) = 117+79+59=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F3B is #8AB0C4. Grayscale: #585858. Windows color (decimal): -9089221 or 3886965. OLE color: 3886965.

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

Color convert

RGB1177959-
CMYK00.320.500.54
HSL20.69º32.95%34.51%-
HSV(B)20.69º49.57%45.88%-
XYZ10.929.695.43-
YUV88.08111.59148.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=45.88%
G=30.98%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117795900.320.500.5420.6932.9534.51
Hex754F3B0203236152123
Octal165117730406266254143
Binary11101011001111111011010000011001011011010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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