#754847

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

Shades of Buccaneer #754847

Tints of Buccaneer #754847

Color information

#754847 (or 0x754847) is unknown color: approx Buccaneer. HEX triplet: 75, 48 and 47. RGB value is (117,72,71). Sum of RGB (Red+Green+Blue) = 117+72+71=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754847 is #8AB7B8. Grayscale: #555555. Windows color (decimal): -9091001 or 4671605. OLE color: 4671605.

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

Color convert

RGB1177271-
CMYK00.380.390.54
HSL1.3º24.47%36.86%-
HSV(B)1.3º39.32%45.88%-
XYZ10.798.877.1-
YUV85.34119.91150.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=45%
G=27.69%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117727100.380.390.541.324.4736.86
Hex754847026273611825
Octal165110107046476613045
Binary1110101100100010001110100110100111110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754847; }

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

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

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

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

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

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

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

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