#74563F

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

Shades of Old Copper #74563F

Tints of Old Copper #74563F

Color information

#74563F (or 0x74563F) is unknown color: approx Old Copper. HEX triplet: 74, 56 and 3F. RGB value is (116,86,63). Sum of RGB (Red+Green+Blue) = 116+86+63=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74563F is #8BA9C0. Grayscale: #5C5C5C. Windows color (decimal): -9152961 or 4150900. OLE color: 4150900.

HSL color Cylindrical-coordinate representation of color #74563F: hue angle of 26.04º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74563F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1168663-
CMYK00.260.460.55
HSL26.04º29.61%35.1%-
HSV(B)26.04º45.69%45.49%-
XYZ11.4310.736.17-
YUV92.35111.44144.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 63 (25% from 255) = 23.77%
R=43.77%
G=32.45%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116866300.260.460.5526.0429.6135.1
Hex74563F01A2E371a1e23
Octal164126770325667323643
Binary111010010101101111110110101011101101111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74563F; }

 p { color: rgb(116,86,63); }

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

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

 a { background-color: rgb(116,86,63); }

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

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

 span { border-color: rgb(116,86,63); }

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