#725953

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

Shades of Buccaneer #725953

Tints of Buccaneer #725953

Color information

#725953 (or 0x725953) is unknown color: approx Buccaneer. HEX triplet: 72, 59 and 53. RGB value is (114,89,83). Sum of RGB (Red+Green+Blue) = 114+89+83=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #725953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725953 is #8DA6AC. Grayscale: #5F5F5F. Windows color (decimal): -9283245 or 5462386. OLE color: 5462386.

HSL color Cylindrical-coordinate representation of color #725953: hue angle of 11.61º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725953 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1148983-
CMYK00.220.270.55
HSL11.61º15.74%38.63%-
HSV(B)11.61º27.19%44.71%-
XYZ12.0711.359.74-
YUV95.79120.78140.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=39.86%
G=31.12%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114898300.220.270.5511.6115.7438.63
Hex7259530161B37c1027
Octal1621311230263367142047
Binary11100101011001101001101011011011110111110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725953; }

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

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

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

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

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

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

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

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