#754E48

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

Shades of Buccaneer #754E48

Tints of Buccaneer #754E48

Color information

#754E48 (or 0x754E48) is unknown color: approx Buccaneer. HEX triplet: 75, 4E and 48. RGB value is (117,78,72). Sum of RGB (Red+Green+Blue) = 117+78+72=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #754E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E48 is #8AB1B7. Grayscale: #595959. Windows color (decimal): -9089464 or 4738677. OLE color: 4738677.

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

Color convert

RGB1177872-
CMYK00.330.380.54
HSL23.81%37.06%-
HSV(B)38.46%45.88%-
XYZ11.239.77.41-
YUV88.98118.42147.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=43.82%
G=29.21%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117787200.330.380.54823.8137.06
Hex754E48021263681825
Octal1651161100414666103045
Binary1110101100111010010000100001100110110110100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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