#754C4B

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

Shades of Buccaneer #754C4B

Tints of Buccaneer #754C4B

Color information

#754C4B (or 0x754C4B) is unknown color: approx Buccaneer. HEX triplet: 75, 4C and 4B. RGB value is (117,76,75). Sum of RGB (Red+Green+Blue) = 117+76+75=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C4B is #8AB3B4. Grayscale: #585858. Windows color (decimal): -9089973 or 4934773. OLE color: 4934773.

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

Color convert

RGB1177675-
CMYK00.350.360.54
HSL1.43º21.88%37.65%-
HSV(B)1.43º35.9%45.88%-
XYZ11.199.467.89-
YUV88.14120.58148.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=43.66%
G=28.36%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117767500.350.360.541.4321.8837.65
Hex754C4B023243611626
Octal165114113043446612646
Binary1110101100110010010110100011100100110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,75); }

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

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

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

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

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

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

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