Html Css Color HEX #72533E Old Copper

📋 copy color: '#72533E'

red 114 ◦ green 83 ◦ blue 62

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

Shades of Old Copper #72533E

Tints of Old Copper #72533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 44.02%
G = 32.05%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72533E (or 0x72533E) is known color: Old Copper. HEX triplet: 72, 53 and 3E. RGB value is (114,83,62). Sum of RGB (Red+Green+Blue) = 114+83+62=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72533E is #8DACC1. Grayscale: #595959. Windows color (decimal): -9284802 or 4084594. OLE color: 4084594.

HSL color Cylindrical-coordinate representation of color #72533E: hue angle of 24.23º 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 #72533E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 62 -
CMYK 0 0.27 0.46 0.55
HSL 24.23º 0.3% 0.35% -
HSV(B) 24.23º 0.46% 0.45% -
XYZ 10.9 10.11 5.93 -
YUV 89.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 114 83 62 0 0.27 0.46 0.55 24.23 0.3 0.35
Hex 72 53 3E 0 1B 2E 37 18 1E 23
Octal 162 123 76 0 33 56 67 30 36 43
Binary 1110010 1010011 111110 0 11011 101110 110111 11000 11110 100011

Color Harmonies of #72533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72533E

Black with #72533E

Text Example


Text Example

White with #72533E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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