Html Css Color HEX #724B37 Old Copper

📋 copy color: '#724B37'

red 114 ◦ green 75 ◦ blue 55

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

Shades of Old Copper #724B37

Tints of Old Copper #724B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.74%

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 46.72%
G = 30.74%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#724B37 (or 0x724B37) is known color: Old Copper. HEX triplet: 72, 4B and 37. RGB value is (114,75,55). Sum of RGB (Red+Green+Blue) = 114+75+55=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #724B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B37 is #8DB4C8. Grayscale: #545454. Windows color (decimal): -9286857 or 3623794. OLE color: 3623794.

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

Color convert

RGB 114 75 55 -
CMYK 0 0.34 0.52 0.55
HSL 20.34º 0.35% 0.33% -
HSV(B) 20.34º 0.52% 0.45% -
XYZ 10.15 8.89 4.79 -
YUV 84.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 114 75 55 0 0.34 0.52 0.55 20.34 0.35 0.33
Hex 72 4B 37 0 22 34 37 14 23 21
Octal 162 113 67 0 42 64 67 24 43 41
Binary 1110010 1001011 110111 0 100010 110100 110111 10100 100011 100001

Color Harmonies of #724B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B37

Black with #724B37

Text Example


Text Example

White with #724B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,75,55); }

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

background-color css

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

 a { background-color: rgb(114,75,55); }

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

border-color css

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

 span { border-color: rgb(114,75,55); }

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