#72514F

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

Shades of Buccaneer #72514F

Tints of Buccaneer #72514F

Color information

#72514F (or 0x72514F) is unknown color: approx Buccaneer. HEX triplet: 72, 51 and 4F. RGB value is (114,81,79). Sum of RGB (Red+Green+Blue) = 114+81+79=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72514F is #8DAEB0. Grayscale: #5A5A5A. Windows color (decimal): -9285297 or 5198194. OLE color: 5198194.

HSL color Cylindrical-coordinate representation of color #72514F: hue angle of 3.43º 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 #72514F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1148179-
CMYK00.290.310.55
HSL3.43º18.13%37.84%-
HSV(B)3.43º30.7%44.71%-
XYZ11.2910.038.74-
YUV90.64121.43144.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=41.61%
G=29.56%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114817900.290.310.553.4318.1337.84
Hex72514F01D1F3731226
Octal162121117035376732246
Binary111001010100011001111011101111111101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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