#725954

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

Shades of Buccaneer #725954

Tints of Buccaneer #725954

Color information

#725954 (or 0x725954) is unknown color: approx Buccaneer. HEX triplet: 72, 59 and 54. RGB value is (114,89,84). Sum of RGB (Red+Green+Blue) = 114+89+84=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #725954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725954 is #8DA6AB. Grayscale: #5F5F5F. Windows color (decimal): -9283244 or 5527922. OLE color: 5527922.

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

Color convert

RGB1148984-
CMYK00.220.260.55
HSL10º15.15%38.82%-
HSV(B)10º26.32%44.71%-
XYZ12.1111.369.94-
YUV95.9121.28140.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=39.72%
G=31.01%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114898400.220.260.551015.1538.82
Hex7259540161A37af27
Octal1621311240263267121747
Binary1110010101100110101000101101101011011110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725954; }

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

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

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

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

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

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

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

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