#72524D

Color #72524D Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #72524D

Tints of Buccaneer #72524D

Color information

#72524D (or 0x72524D) is unknown color: approx Buccaneer. HEX triplet: 72, 52 and 4D. RGB value is (114,82,77). Sum of RGB (Red+Green+Blue) = 114+82+77=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72524D is #8DADB2. Grayscale: #5B5B5B. Windows color (decimal): -9285043 or 5067378. OLE color: 5067378.

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

Color convert

RGB1148277-
CMYK00.280.320.55
HSL8.11º19.37%37.45%-
HSV(B)8.11º32.46%44.71%-
XYZ11.310.158.38-
YUV91120.1144.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=41.76%
G=30.04%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114827700.280.320.558.1119.3737.45
Hex72524D01C203781325
Octal1621221150344067102345
Binary111001010100101001101011100100000110111100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72524D; }

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

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

<style>
 a { background-color: #72524D; }

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

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

<style>
 span { border-color: #72524D; }

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

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