#72544E

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

Shades of Buccaneer #72544E

Tints of Buccaneer #72544E

Color information

#72544E (or 0x72544E) is unknown color: approx Buccaneer. HEX triplet: 72, 54 and 4E. RGB value is (114,84,78). Sum of RGB (Red+Green+Blue) = 114+84+78=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72544E is #8DABB1. Grayscale: #5C5C5C. Windows color (decimal): -9284530 or 5133426. OLE color: 5133426.

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

Color convert

RGB1148478-
CMYK00.260.320.55
HSL10º18.75%37.65%-
HSV(B)10º31.58%44.71%-
XYZ11.4810.478.62-
YUV92.29119.94143.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=41.30%
G=30.43%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114847800.260.320.551018.7537.65
Hex72544E01A2037a1326
Octal1621241160324067122346
Binary111001010101001001110011010100000110111101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72544E; }

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

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

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

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

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

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

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

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