#725650

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

Shades of Buccaneer #725650

Tints of Buccaneer #725650

Color information

#725650 (or 0x725650) is unknown color: approx Buccaneer. HEX triplet: 72, 56 and 50. RGB value is (114,86,80). Sum of RGB (Red+Green+Blue) = 114+86+80=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725650 is #8DA9AF. Grayscale: #5D5D5D. Windows color (decimal): -9284016 or 5265010. OLE color: 5265010.

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

Color convert

RGB1148680-
CMYK00.250.300.55
HSL10.59º17.53%38.04%-
HSV(B)10.59º29.82%44.71%-
XYZ11.7210.819.06-
YUV93.69120.28142.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=40.71%
G=30.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114868000.250.300.5510.5917.5338.04
Hex7256500191E37b1226
Octal1621261200313667132246
Binary11100101010110101000001100111110110111101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725650; }

 p { color: rgb(114,86,80); }

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

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

 a { background-color: rgb(114,86,80); }

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

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

 span { border-color: rgb(114,86,80); }

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