#724B47

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

Shades of Buccaneer #724B47

Tints of Buccaneer #724B47

Color information

#724B47 (or 0x724B47) is unknown color: approx Buccaneer. HEX triplet: 72, 4B and 47. RGB value is (114,75,71). Sum of RGB (Red+Green+Blue) = 114+75+71=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #724B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B47 is #8DB4B8. Grayscale: #565656. Windows color (decimal): -9286841 or 4672370. OLE color: 4672370.

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

Color convert

RGB1147571-
CMYK00.340.380.55
HSL5.58º23.24%36.27%-
HSV(B)5.58º37.72%44.71%-
XYZ10.599.067.15-
YUV86.2119.42147.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=43.85%
G=28.85%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114757100.340.380.555.5823.2436.27
Hex724B47022263761724
Octal162113107042466762744
Binary111001010010111000111010001010011011011111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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