Html Css Color HEX #724A39 Old Copper

📋 copy color: '#724A39'

red 114 ◦ green 74 ◦ blue 57

#724A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Copper #724A39

Tints of Old Copper #724A39

RGB

 RED value IS 114 (44.92% from 255) = 46.53%

 GREEN value IS 74 (29.3% from 255) = 30.2%

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 46.53%
G = 30.2%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#724A39 (or 0x724A39) is known color: Old Copper. HEX triplet: 72, 4A and 39. RGB value is (114,74,57). Sum of RGB (Red+Green+Blue) = 114+74+57=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A39 is #8DB5C6. Grayscale: #545454. Windows color (decimal): -9287111 or 3754610. OLE color: 3754610.

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

Color convert

RGB 114 74 57 -
CMYK 0 0.35 0.50 0.55
HSL 17.89º 0.33% 0.34% -
HSV(B) 17.89º 0.5% 0.45% -
XYZ 10.13 8.77 5.03 -
YUV 84.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 114 74 57 0 0.35 0.50 0.55 17.89 0.33 0.34
Hex 72 4A 39 0 23 32 37 12 21 22
Octal 162 112 71 0 43 62 67 22 41 42
Binary 1110010 1001010 111001 0 100011 110010 110111 10010 100001 100010

Color Harmonies of #724A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A39

Black with #724A39

Text Example


Text Example

White with #724A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #724A39;
 }
 .AnyTagClassName
 {
   color: #724A39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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