Html Css Color HEX #724C38 Old Copper

📋 copy color: '#724C38'

red 114 ◦ green 76 ◦ blue 56

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

Shades of Old Copper #724C38

Tints of Old Copper #724C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 56 (22.27% from 255) = 22.76%

R = 46.34%
G = 30.89%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#724C38 (or 0x724C38) is known color: Old Copper. HEX triplet: 72, 4C and 38. RGB value is (114,76,56). Sum of RGB (Red+Green+Blue) = 114+76+56=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C38 is #8DB3C7. Grayscale: #555555. Windows color (decimal): -9286600 or 3689586. OLE color: 3689586.

HSL color Cylindrical-coordinate representation of color #724C38: hue angle of 20.69º 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 #724C38 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 76 56 -
CMYK 0 0.33 0.51 0.55
HSL 20.69º 0.34% 0.33% -
HSV(B) 20.69º 0.51% 0.45% -
XYZ 10.24 9.03 4.95 -
YUV 85.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 114 76 56 0 0.33 0.51 0.55 20.69 0.34 0.33
Hex 72 4C 38 0 21 33 37 15 22 21
Octal 162 114 70 0 41 63 67 25 42 41
Binary 1110010 1001100 111000 0 100001 110011 110111 10101 100010 100001

Color Harmonies of #724C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C38

Black with #724C38

Text Example


Text Example

White with #724C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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