#754D48

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

Shades of Buccaneer #754D48

Tints of Buccaneer #754D48

Color information

#754D48 (or 0x754D48) is unknown color: approx Buccaneer. HEX triplet: 75, 4D and 48. RGB value is (117,77,72). Sum of RGB (Red+Green+Blue) = 117+77+72=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D48 is #8AB2B7. Grayscale: #585858. Windows color (decimal): -9089720 or 4738421. OLE color: 4738421.

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

Color convert

RGB1177772-
CMYK00.340.380.54
HSL6.67º23.81%37.06%-
HSV(B)6.67º38.46%45.88%-
XYZ11.169.567.39-
YUV88.39118.75148.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=43.98%
G=28.95%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117777200.340.380.546.6723.8137.06
Hex754D48022263671825
Octal165115110042466673045
Binary111010110011011001000010001010011011011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754D48; }

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

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

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

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

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

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

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

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