#724A38

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

Shades of Old Copper #724A38

Tints of Old Copper #724A38

Color information

#724A38 (or 0x724A38) is unknown color: approx Old Copper. HEX triplet: 72, 4A and 38. RGB value is (114,74,56). Sum of RGB (Red+Green+Blue) = 114+74+56=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #724A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A38 is #8DB5C7. Grayscale: #545454. Windows color (decimal): -9287112 or 3689074. OLE color: 3689074.

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

Color convert

RGB1147456-
CMYK00.350.510.55
HSL18.62º34.12%33.33%-
HSV(B)18.62º50.88%44.71%-
XYZ10.18.764.9-
YUV83.91112.25149.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=46.72%
G=30.33%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114745600.350.510.5518.6234.1233.33
Hex724A380233337132221
Octal162112700436367234241
Binary11100101001010111000010001111001111011110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,74,56); }

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

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

 a { background-color: rgb(114,74,56); }

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

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

 span { border-color: rgb(114,74,56); }

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