#72524F

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

Shades of Buccaneer #72524F

Tints of Buccaneer #72524F

Color information

#72524F (or 0x72524F) is unknown color: approx Buccaneer. HEX triplet: 72, 52 and 4F. RGB value is (114,82,79). Sum of RGB (Red+Green+Blue) = 114+82+79=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72524F is #8DADB0. Grayscale: #5B5B5B. Windows color (decimal): -9285041 or 5198450. OLE color: 5198450.

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

Color convert

RGB1148279-
CMYK00.280.310.55
HSL5.14º18.13%37.84%-
HSV(B)5.14º30.7%44.71%-
XYZ11.3710.188.76-
YUV91.23121.1144.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=41.45%
G=29.82%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114827900.280.310.555.1418.1337.84
Hex72524F01C1F3751226
Octal162122117034376752246
Binary1110010101001010011110111001111111011110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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