#754747

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

Shades of Buccaneer #754747

Tints of Buccaneer #754747

Color information

#754747 (or 0x754747) is unknown color: approx Buccaneer. HEX triplet: 75, 47 and 47. RGB value is (117,71,71). Sum of RGB (Red+Green+Blue) = 117+71+71=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754747 is #8AB8B8. Grayscale: #545454. Windows color (decimal): -9091257 or 4671349. OLE color: 4671349.

HSL color Cylindrical-coordinate representation of color #754747: hue angle of 0º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754747 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1177171-
CMYK00.390.390.54
HSL24.47%36.86%-
HSV(B)39.32%45.88%-
XYZ10.738.747.08-
YUV84.75120.24151-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 71 (28.12% from 255) = 27.41%
R=45.17%
G=27.41%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117717100.390.390.54024.4736.86
Hex754747027273601825
Octal165107107047476603045
Binary1110101100011110001110100111100111110110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754747; }

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

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

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

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

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

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

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

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