#71544D

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

Shades of Buccaneer #71544D

Tints of Buccaneer #71544D

Color information

#71544D (or 0x71544D) is unknown color: approx Buccaneer. HEX triplet: 71, 54 and 4D. RGB value is (113,84,77). Sum of RGB (Red+Green+Blue) = 113+84+77=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71544D is #8EABB2. Grayscale: #5B5B5B. Windows color (decimal): -9350067 or 5067889. OLE color: 5067889.

HSL color Cylindrical-coordinate representation of color #71544D: hue angle of 11.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71544D is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1138477-
CMYK00.260.320.56
HSL11.67º18.95%37.25%-
HSV(B)11.67º31.86%44.31%-
XYZ11.3210.398.43-
YUV91.87119.61143.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=41.24%
G=30.66%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113847700.260.320.5611.6718.9537.25
Hex71544D01A2038c1325
Octal1611241150324070142345
Binary111000110101001001101011010100000111000110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71544D; }

 p { color: rgb(113,84,77); }

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

<style>
 a { background-color: #71544D; }

 a { background-color: rgb(113,84,77); }

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

<style>
 span { border-color: #71544D; }

 span { border-color: rgb(113,84,77); }

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