#724F49

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

Shades of Buccaneer #724F49

Tints of Buccaneer #724F49

Color information

#724F49 (or 0x724F49) is unknown color: approx Buccaneer. HEX triplet: 72, 4F and 49. RGB value is (114,79,73). Sum of RGB (Red+Green+Blue) = 114+79+73=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #724F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F49 is #8DB0B6. Grayscale: #585858. Windows color (decimal): -9285815 or 4804466. OLE color: 4804466.

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

Color convert

RGB1147973-
CMYK00.310.360.55
HSL8.78º21.93%36.67%-
HSV(B)8.78º35.96%44.71%-
XYZ10.949.657.59-
YUV88.78119.1145.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=42.86%
G=29.70%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114797300.310.360.558.7821.9336.67
Hex724F4901F243791625
Octal1621171110374467112645
Binary111001010011111001001011111100100110111100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F49; }

 p { color: rgb(114,79,73); }

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

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

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

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

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

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

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