#71534E

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

Shades of Buccaneer #71534E

Tints of Buccaneer #71534E

Color information

#71534E (or 0x71534E) is unknown color: approx Buccaneer. HEX triplet: 71, 53 and 4E. RGB value is (113,83,78). Sum of RGB (Red+Green+Blue) = 113+83+78=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71534E is #8EACB1. Grayscale: #5B5B5B. Windows color (decimal): -9350322 or 5133169. OLE color: 5133169.

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

Color convert

RGB1138378-
CMYK00.270.310.56
HSL8.57º18.32%37.45%-
HSV(B)8.57º30.97%44.31%-
XYZ11.2810.258.59-
YUV91.4120.44143.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=41.24%
G=30.29%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113837800.270.310.568.5718.3237.45
Hex71534E01B1F3891225
Octal1611231160333770112245
Binary11100011010011100111001101111111111000100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71534E; }

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

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

<style>
 a { background-color: #71534E; }

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

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

<style>
 span { border-color: #71534E; }

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

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