Html Css Color HEX #724A38 Old Copper

📋 copy color: '#724A38'

red 114 ◦ green 74 ◦ blue 56

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

Shades of Old Copper #724A38

Tints of Old Copper #724A38

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#724A38 (or 0x724A38) is known color: 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

RGB 114 74 56 -
CMYK 0 0.35 0.51 0.55
HSL 18.62º 0.34% 0.33% -
HSV(B) 18.62º 0.51% 0.45% -
XYZ 10.1 8.76 4.9 -
YUV 83.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 114 74 56 0 0.35 0.51 0.55 18.62 0.34 0.33
Hex 72 4A 38 0 23 33 37 13 22 21
Octal 162 112 70 0 43 63 67 23 42 41
Binary 1110010 1001010 111000 0 100011 110011 110111 10011 100010 100001

Color Harmonies of #724A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A38

Black with #724A38

Text Example


Text Example

White with #724A38

Text Example


Text Example

HTML Codes & Css Web 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>