#714A47

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

Shades of Buccaneer #714A47

Tints of Buccaneer #714A47

Color information

#714A47 (or 0x714A47) is unknown color: approx Buccaneer. HEX triplet: 71, 4A and 47. RGB value is (113,74,71). Sum of RGB (Red+Green+Blue) = 113+74+71=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #714A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A47 is #8EB5B8. Grayscale: #555555. Windows color (decimal): -9352633 or 4672113. OLE color: 4672113.

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

Color convert

RGB1137471-
CMYK00.350.370.56
HSL4.29º22.83%36.08%-
HSV(B)4.29º37.17%44.31%-
XYZ10.48.867.12-
YUV85.32119.92147.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=43.80%
G=28.68%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113747100.350.370.564.2922.8336.08
Hex714A47023253841724
Octal161112107043457042744
Binary111000110010101000111010001110010111100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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