#724C47

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

Shades of Buccaneer #724C47

Tints of Buccaneer #724C47

Color information

#724C47 (or 0x724C47) is unknown color: approx Buccaneer. HEX triplet: 72, 4C and 47. RGB value is (114,76,71). Sum of RGB (Red+Green+Blue) = 114+76+71=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #724C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C47 is #8DB3B8. Grayscale: #565656. Windows color (decimal): -9286585 or 4672626. OLE color: 4672626.

HSL color Cylindrical-coordinate representation of color #724C47: hue angle of 6.98º 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 #724C47 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1147671-
CMYK00.330.380.55
HSL6.98º23.24%36.27%-
HSV(B)6.98º37.72%44.71%-
XYZ10.669.27.18-
YUV86.79119.09147.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=43.68%
G=29.12%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114767100.330.380.556.9823.2436.27
Hex724C47021263771724
Octal162114107041466772744
Binary111001010011001000111010000110011011011111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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