#725451

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

Shades of Buccaneer #725451

Tints of Buccaneer #725451

Color information

#725451 (or 0x725451) is unknown color: approx Buccaneer. HEX triplet: 72, 54 and 51. RGB value is (114,84,81). Sum of RGB (Red+Green+Blue) = 114+84+81=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725451 is #8DABAE. Grayscale: #5C5C5C. Windows color (decimal): -9284527 or 5330034. OLE color: 5330034.

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

Color convert

RGB1148481-
CMYK00.260.290.55
HSL5.45º16.92%38.24%-
HSV(B)5.45º28.95%44.71%-
XYZ11.5910.519.2-
YUV92.63121.44143.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=40.86%
G=30.11%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114848100.260.290.555.4516.9238.24
Hex72545101A1D3751126
Octal162124121032356752146
Binary1110010101010010100010110101110111011110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725451; }

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

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

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

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

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

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

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

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