#754C3B

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

Shades of Old Copper #754C3B

Tints of Old Copper #754C3B

Color information

#754C3B (or 0x754C3B) is unknown color: approx Old Copper. HEX triplet: 75, 4C and 3B. RGB value is (117,76,59). Sum of RGB (Red+Green+Blue) = 117+76+59=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C3B is #8AB3C4. Grayscale: #565656. Windows color (decimal): -9089989 or 3886197. OLE color: 3886197.

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

Color convert

RGB1177659-
CMYK00.350.500.54
HSL17.59º32.95%34.51%-
HSV(B)17.59º49.57%45.88%-
XYZ10.719.275.36-
YUV86.32112.58149.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=46.43%
G=30.16%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117765900.350.500.5417.5932.9534.51
Hex754C3B0233236122123
Octal165114730436266224143
Binary11101011001100111011010001111001011011010010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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