#754B4A

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

Shades of Buccaneer #754B4A

Tints of Buccaneer #754B4A

Color information

#754B4A (or 0x754B4A) is unknown color: approx Buccaneer. HEX triplet: 75, 4B and 4A. RGB value is (117,75,74). Sum of RGB (Red+Green+Blue) = 117+75+74=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B4A is #8AB4B5. Grayscale: #575757. Windows color (decimal): -9090230 or 4868981. OLE color: 4868981.

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

Color convert

RGB1177574-
CMYK00.360.370.54
HSL1.4º22.51%37.45%-
HSV(B)1.4º36.75%45.88%-
XYZ11.099.317.69-
YUV87.44120.41149.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=43.98%
G=28.20%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117757400.360.370.541.422.5137.45
Hex754B4A024253611725
Octal165113112044456612745
Binary1110101100101110010100100100100101110110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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