#714C48

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

Shades of Buccaneer #714C48

Tints of Buccaneer #714C48

Color information

#714C48 (or 0x714C48) is unknown color: approx Buccaneer. HEX triplet: 71, 4C and 48. RGB value is (113,76,72). Sum of RGB (Red+Green+Blue) = 113+76+72=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #714C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C48 is #8EB3B7. Grayscale: #565656. Windows color (decimal): -9352120 or 4738161. OLE color: 4738161.

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

Color convert

RGB1137672-
CMYK00.330.360.56
HSL5.85º22.16%36.27%-
HSV(B)5.85º36.28%44.31%-
XYZ10.569.157.34-
YUV86.61119.76146.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=43.30%
G=29.12%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113767200.330.360.565.8522.1636.27
Hex714C48021243861624
Octal161114110041447062644
Binary111000110011001001000010000110010011100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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