Html Css Color HEX #724938 Old Copper

📋 copy color: '#724938'

red 114 ◦ green 73 ◦ blue 56

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

Shades of Old Copper #724938

Tints of Old Copper #724938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 46.91%
G = 30.04%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#724938 (or 0x724938) is known color: Old Copper. HEX triplet: 72, 49 and 38. RGB value is (114,73,56). Sum of RGB (Red+Green+Blue) = 114+73+56=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724938 is #8DB6C7. Grayscale: #535353. Windows color (decimal): -9287368 or 3688818. OLE color: 3688818.

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

Color convert

RGB 114 73 56 -
CMYK 0 0.36 0.51 0.55
HSL 17.59º 0.34% 0.33% -
HSV(B) 17.59º 0.51% 0.45% -
XYZ 10.04 8.63 4.88 -
YUV 83.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 114 73 56 0 0.36 0.51 0.55 17.59 0.34 0.33
Hex 72 49 38 0 24 33 37 12 22 21
Octal 162 111 70 0 44 63 67 22 42 41
Binary 1110010 1001001 111000 0 100100 110011 110111 10010 100010 100001

Color Harmonies of #724938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724938

Black with #724938

Text Example


Text Example

White with #724938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724938; }

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

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

background-color css

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

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

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

border-color css

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

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

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