#714E4C

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

Shades of Buccaneer #714E4C

Tints of Buccaneer #714E4C

Color information

#714E4C (or 0x714E4C) is unknown color: approx Buccaneer. HEX triplet: 71, 4E and 4C. RGB value is (113,78,76). Sum of RGB (Red+Green+Blue) = 113+78+76=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #714E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E4C is #8EB1B3. Grayscale: #585858. Windows color (decimal): -9351604 or 5000817. OLE color: 5000817.

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

Color convert

RGB1137876-
CMYK00.310.330.56
HSL3.24º19.58%37.06%-
HSV(B)3.24º32.74%44.31%-
XYZ10.849.488.1-
YUV88.24121.1145.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=42.32%
G=29.21%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113787600.310.330.563.2419.5837.06
Hex714E4C01F213831425
Octal161116114037417032445
Binary1110001100111010011000111111000011110001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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