#725453

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

Shades of Buccaneer #725453

Tints of Buccaneer #725453

Color information

#725453 (or 0x725453) is unknown color: approx Buccaneer. HEX triplet: 72, 54 and 53. RGB value is (114,84,83). Sum of RGB (Red+Green+Blue) = 114+84+83=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #725453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725453 is #8DABAC. Grayscale: #5C5C5C. Windows color (decimal): -9284525 or 5461106. OLE color: 5461106.

HSL color Cylindrical-coordinate representation of color #725453: hue angle of 1.94º 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 #725453 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1148483-
CMYK00.260.270.55
HSL1.94º15.74%38.63%-
HSV(B)1.94º27.19%44.71%-
XYZ11.6710.549.6-
YUV92.86122.44143.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=40.57%
G=29.89%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114848300.260.270.551.9415.7438.63
Hex72545301A1B3721027
Octal162124123032336722047
Binary111001010101001010011011010110111101111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725453; }

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

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

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

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

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

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

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

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