#71504A

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

Shades of Buccaneer #71504A

Tints of Buccaneer #71504A

Color information

#71504A (or 0x71504A) is unknown color: approx Buccaneer. HEX triplet: 71, 50 and 4A. RGB value is (113,80,74). Sum of RGB (Red+Green+Blue) = 113+80+74=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #71504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71504A is #8EAFB5. Grayscale: #595959. Windows color (decimal): -9351094 or 4870257. OLE color: 4870257.

HSL color Cylindrical-coordinate representation of color #71504A: hue angle of 9.23º 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 #71504A is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1138074-
CMYK00.290.350.56
HSL9.23º20.86%36.67%-
HSV(B)9.23º34.51%44.31%-
XYZ10.919.747.78-
YUV89.18119.43144.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=42.32%
G=29.96%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113807400.290.350.569.2320.8636.67
Hex71504A01D233891525
Octal1611201120354370112545
Binary111000110100001001010011101100011111000100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71504A; }

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

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

<style>
 a { background-color: #71504A; }

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

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

<style>
 span { border-color: #71504A; }

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

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