#724C3B

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

Shades of Old Copper #724C3B

Tints of Old Copper #724C3B

Color information

#724C3B (or 0x724C3B) is unknown color: approx Old Copper. HEX triplet: 72, 4C and 3B. RGB value is (114,76,59). Sum of RGB (Red+Green+Blue) = 114+76+59=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #724C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C3B is #8DB3C4. Grayscale: #555555. Windows color (decimal): -9286597 or 3886194. OLE color: 3886194.

HSL color Cylindrical-coordinate representation of color #724C3B: hue angle of 18.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #724C3B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1147659-
CMYK00.330.480.55
HSL18.55º31.79%33.92%-
HSV(B)18.55º48.25%44.71%-
XYZ10.319.065.34-
YUV85.42113.09148.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=45.78%
G=30.52%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114765900.330.480.5518.5531.7933.92
Hex724C3B0213037132022
Octal162114730416067234042
Binary11100101001100111011010000111000011011110011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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