#725352

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

Shades of Buccaneer #725352

Tints of Buccaneer #725352

Color information

#725352 (or 0x725352) is unknown color: approx Buccaneer. HEX triplet: 72, 53 and 52. RGB value is (114,83,82). Sum of RGB (Red+Green+Blue) = 114+83+82=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725352 is #8DACAD. Grayscale: #5C5C5C. Windows color (decimal): -9284782 or 5395314. OLE color: 5395314.

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

Color convert

RGB1148382-
CMYK00.270.280.55
HSL1.88º16.33%38.43%-
HSV(B)1.88º28.07%44.71%-
XYZ11.5610.379.38-
YUV92.15122.27143.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=40.86%
G=29.75%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114838200.270.280.551.8816.3338.43
Hex72535201B1C3721026
Octal162123122033346722046
Binary111001010100111010010011011111001101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725352; }

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

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

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

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

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

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

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

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