Html Css Color HEX #724A3A Old Copper

📋 copy color: '#724A3A'

red 114 ◦ green 74 ◦ blue 58

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

Shades of Old Copper #724A3A

Tints of Old Copper #724A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 46.34%
G = 30.08%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#724A3A (or 0x724A3A) is known color: Old Copper. HEX triplet: 72, 4A and 3A. RGB value is (114,74,58). Sum of RGB (Red+Green+Blue) = 114+74+58=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A3A is #8DB5C5. Grayscale: #545454. Windows color (decimal): -9287110 or 3820146. OLE color: 3820146.

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

Color convert

RGB 114 74 58 -
CMYK 0 0.35 0.49 0.55
HSL 17.14º 0.33% 0.34% -
HSV(B) 17.14º 0.49% 0.45% -
XYZ 10.15 8.78 5.16 -
YUV 84.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 114 74 58 0 0.35 0.49 0.55 17.14 0.33 0.34
Hex 72 4A 3A 0 23 31 37 11 21 22
Octal 162 112 72 0 43 61 67 21 41 42
Binary 1110010 1001010 111010 0 100011 110001 110111 10001 100001 100010

Color Harmonies of #724A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A3A

Black with #724A3A

Text Example


Text Example

White with #724A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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