#72524B

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

Shades of Buccaneer #72524B

Tints of Buccaneer #72524B

Color information

#72524B (or 0x72524B) is unknown color: approx Buccaneer. HEX triplet: 72, 52 and 4B. RGB value is (114,82,75). Sum of RGB (Red+Green+Blue) = 114+82+75=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72524B is #8DADB4. Grayscale: #5A5A5A. Windows color (decimal): -9285045 or 4936306. OLE color: 4936306.

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

Color convert

RGB1148275-
CMYK00.280.340.55
HSL10.77º20.63%37.06%-
HSV(B)10.77º34.21%44.71%-
XYZ11.2310.128.02-
YUV90.77119.1144.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=42.07%
G=30.26%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114827500.280.340.5510.7720.6337.06
Hex72524B01C2237b1525
Octal1621221130344267132545
Binary111001010100101001011011100100010110111101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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