Html Css Color HEX #72523B Old Copper

📋 copy color: '#72523B'

red 114 ◦ green 82 ◦ blue 59

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

Shades of Old Copper #72523B

Tints of Old Copper #72523B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 44.71%
G = 32.16%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72523B (or 0x72523B) is known color: Old Copper. HEX triplet: 72, 52 and 3B. RGB value is (114,82,59). Sum of RGB (Red+Green+Blue) = 114+82+59=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72523B is #8DADC4. Grayscale: #595959. Windows color (decimal): -9285061 or 3887730. OLE color: 3887730.

HSL color Cylindrical-coordinate representation of color #72523B: hue angle of 25.09º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72523B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 59 -
CMYK 0 0.28 0.48 0.55
HSL 25.09º 0.32% 0.34% -
HSV(B) 25.09º 0.48% 0.45% -
XYZ 10.75 9.93 5.49 -
YUV 88.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 114 82 59 0 0.28 0.48 0.55 25.09 0.32 0.34
Hex 72 52 3B 0 1C 30 37 19 20 22
Octal 162 122 73 0 34 60 67 31 40 42
Binary 1110010 1010010 111011 0 11100 110000 110111 11001 100000 100010

Color Harmonies of #72523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72523B

Black with #72523B

Text Example


Text Example

White with #72523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72523B; }

 p { color: rgb(114,82,59); }

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

background-color css

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

 a { background-color: rgb(114,82,59); }

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

border-color css

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

 span { border-color: rgb(114,82,59); }

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