#72533B

Color #72533B Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #72533B

Tints of Old Copper #72533B

Color information

#72533B (or 0x72533B) is unknown color: approx Old Copper. HEX triplet: 72, 53 and 3B. RGB value is (114,83,59). Sum of RGB (Red+Green+Blue) = 114+83+59=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72533B is #8DACC4. Grayscale: #595959. Windows color (decimal): -9284805 or 3887986. OLE color: 3887986.

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

Color convert

RGB1148359-
CMYK00.270.480.55
HSL26.18º31.79%33.92%-
HSV(B)26.18º48.25%44.71%-
XYZ10.8210.085.51-
YUV89.53110.77145.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=44.53%
G=32.42%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114835900.270.480.5526.1831.7933.92
Hex72533B01B30371a2022
Octal162123730336067324042
Binary1110010101001111101101101111000011011111010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72533B;
 }
 .AnyTagClassName
 {
   color: #72533B;
 }
</style>
background-color css

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

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

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

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

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

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