#754E4B

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

Shades of Buccaneer #754E4B

Tints of Buccaneer #754E4B

Color information

#754E4B (or 0x754E4B) is unknown color: approx Buccaneer. HEX triplet: 75, 4E and 4B. RGB value is (117,78,75). Sum of RGB (Red+Green+Blue) = 117+78+75=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E4B is #8AB1B4. Grayscale: #595959. Windows color (decimal): -9089461 or 4935285. OLE color: 4935285.

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

Color convert

RGB1177875-
CMYK00.330.360.54
HSL4.29º21.88%37.65%-
HSV(B)4.29º35.9%45.88%-
XYZ11.339.747.94-
YUV89.32119.92147.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=43.33%
G=28.89%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117787500.330.360.544.2921.8837.65
Hex754E4B021243641626
Octal165116113041446642646
Binary111010110011101001011010000110010011011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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