#714747

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

Shades of Buccaneer #714747

Tints of Buccaneer #714747

Color information

#714747 (or 0x714747) is unknown color: approx Buccaneer. HEX triplet: 71, 47 and 47. RGB value is (113,71,71). Sum of RGB (Red+Green+Blue) = 113+71+71=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #714747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714747 is #8EB8B8. Grayscale: #535353. Windows color (decimal): -9353401 or 4671345. OLE color: 4671345.

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

Color convert

RGB1137171-
CMYK00.370.370.56
HSL22.83%36.08%-
HSV(B)37.17%44.31%-
XYZ10.28.477.06-
YUV83.56120.91149-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=44.31%
G=27.84%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113717100.370.370.56022.8336.08
Hex714747025253801724
Octal161107107045457002744
Binary1110001100011110001110100101100101111000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714747; }

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

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

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

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

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

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

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

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