#724747

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

Shades of Buccaneer #724747

Tints of Buccaneer #724747

Color information

#724747 (or 0x724747) is unknown color: approx Buccaneer. HEX triplet: 72, 47 and 47. RGB value is (114,71,71). Sum of RGB (Red+Green+Blue) = 114+71+71=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #724747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724747 is #8DB8B8. Grayscale: #535353. Windows color (decimal): -9287865 or 4671346. OLE color: 4671346.

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

Color convert

RGB1147171-
CMYK00.380.380.55
HSL23.24%36.27%-
HSV(B)37.72%44.71%-
XYZ10.338.547.06-
YUV83.86120.75149.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=44.53%
G=27.73%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114717100.380.380.55023.2436.27
Hex724747026263701724
Octal162107107046466702744
Binary1110010100011110001110100110100110110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724747; }

 p { color: rgb(114,71,71); }

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

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

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

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

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

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

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