Html Css Color HEX #72553E Old Copper

📋 copy color: '#72553E'

red 114 ◦ green 85 ◦ blue 62

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

Shades of Old Copper #72553E

Tints of Old Copper #72553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

 BLUE value IS 62 (24.61% from 255) = 23.75%

R = 43.68%
G = 32.57%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72553E (or 0x72553E) is known color: Old Copper. HEX triplet: 72, 55 and 3E. RGB value is (114,85,62). Sum of RGB (Red+Green+Blue) = 114+85+62=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72553E is #8DAAC1. Grayscale: #5B5B5B. Windows color (decimal): -9284290 or 4085106. OLE color: 4085106.

HSL color Cylindrical-coordinate representation of color #72553E: hue angle of 26.54º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72553E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 62 -
CMYK 0 0.25 0.46 0.55
HSL 26.54º 0.3% 0.35% -
HSV(B) 26.54º 0.46% 0.45% -
XYZ 11.06 10.42 5.99 -
YUV 91.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 114 85 62 0 0.25 0.46 0.55 26.54 0.3 0.35
Hex 72 55 3E 0 19 2E 37 1B 1E 23
Octal 162 125 76 0 31 56 67 33 36 43
Binary 1110010 1010101 111110 0 11001 101110 110111 11011 11110 100011

Color Harmonies of #72553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72553E

Black with #72553E

Text Example


Text Example

White with #72553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72553E; }

 p { color: rgb(114,85,62); }

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

background-color css

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

 a { background-color: rgb(114,85,62); }

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

border-color css

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

 span { border-color: rgb(114,85,62); }

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