#754D3B

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

Shades of Old Copper #754D3B

Tints of Old Copper #754D3B

Color information

#754D3B (or 0x754D3B) is unknown color: approx Old Copper. HEX triplet: 75, 4D and 3B. RGB value is (117,77,59). Sum of RGB (Red+Green+Blue) = 117+77+59=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D3B is #8AB2C4. Grayscale: #575757. Windows color (decimal): -9089733 or 3886453. OLE color: 3886453.

HSL color Cylindrical-coordinate representation of color #754D3B: hue angle of 18.62º 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 #754D3B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1177759-
CMYK00.340.500.54
HSL18.62º32.95%34.51%-
HSV(B)18.62º49.57%45.88%-
XYZ10.789.415.38-
YUV86.91112.25149.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=46.25%
G=30.43%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117775900.340.500.5418.6232.9534.51
Hex754D3B0223236132123
Octal165115730426266234143
Binary11101011001101111011010001011001011011010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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