#714E4A

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

Shades of Buccaneer #714E4A

Tints of Buccaneer #714E4A

Color information

#714E4A (or 0x714E4A) is unknown color: approx Buccaneer. HEX triplet: 71, 4E and 4A. RGB value is (113,78,74). Sum of RGB (Red+Green+Blue) = 113+78+74=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E4A is #8EB1B5. Grayscale: #585858. Windows color (decimal): -9351606 or 4869745. OLE color: 4869745.

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

Color convert

RGB1137874-
CMYK00.310.350.56
HSL6.15º20.86%36.67%-
HSV(B)6.15º34.51%44.31%-
XYZ10.779.457.74-
YUV88.01120.1145.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=42.64%
G=29.43%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113787400.310.350.566.1520.8636.67
Hex714E4A01F233861525
Octal161116112037437062545
Binary11100011001110100101001111110001111100011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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