#734C47

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

Shades of Buccaneer #734C47

Tints of Buccaneer #734C47

Color information

#734C47 (or 0x734C47) is unknown color: approx Buccaneer. HEX triplet: 73, 4C and 47. RGB value is (115,76,71). Sum of RGB (Red+Green+Blue) = 115+76+71=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #734C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C47 is #8CB3B8. Grayscale: #575757. Windows color (decimal): -9221049 or 4672627. OLE color: 4672627.

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

Color convert

RGB1157671-
CMYK00.340.380.55
HSL6.82º23.66%36.47%-
HSV(B)6.82º38.26%45.1%-
XYZ10.799.277.18-
YUV87.09118.92147.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=43.89%
G=29.01%
B=27.10%

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
Decimal115767100.340.380.556.8223.6636.47
Hex734C47022263771824
Octal163114107042466773044
Binary111001110011001000111010001010011011011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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