#714C49

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

Shades of Buccaneer #714C49

Tints of Buccaneer #714C49

Color information

#714C49 (or 0x714C49) is unknown color: approx Buccaneer. HEX triplet: 71, 4C and 49. RGB value is (113,76,73). Sum of RGB (Red+Green+Blue) = 113+76+73=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C49 is #8EB3B6. Grayscale: #565656. Windows color (decimal): -9352119 or 4803697. OLE color: 4803697.

HSL color Cylindrical-coordinate representation of color #714C49: hue angle of 4.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714C49 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1137673-
CMYK00.330.350.56
HSL4.5º21.51%36.47%-
HSV(B)4.5º35.4%44.31%-
XYZ10.69.167.51-
YUV86.72120.26146.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=43.13%
G=29.01%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113767300.330.350.564.521.5136.47
Hex714C49021233851624
Octal161114111041437052644
Binary111000110011001001001010000110001111100010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714C49; }

 p { color: rgb(113,76,73); }

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

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

 a { background-color: rgb(113,76,73); }

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

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

 span { border-color: rgb(113,76,73); }

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