#754949

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

Shades of Buccaneer #754949

Tints of Buccaneer #754949

Color information

#754949 (or 0x754949) is unknown color: approx Buccaneer. HEX triplet: 75, 49 and 49. RGB value is (117,73,73). Sum of RGB (Red+Green+Blue) = 117+73+73=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #754949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754949 is #8AB6B6. Grayscale: #565656. Windows color (decimal): -9090743 or 4802933. OLE color: 4802933.

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

Color convert

RGB1177373-
CMYK00.380.380.54
HSL23.16%37.25%-
HSV(B)37.61%45.88%-
XYZ10.929.037.47-
YUV86.16120.58150-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=44.49%
G=27.76%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117737300.380.380.54023.1637.25
Hex754949026263601725
Octal165111111046466602745
Binary1110101100100110010010100110100110110110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754949; }

 p { color: rgb(117,73,73); }

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

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

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

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

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

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

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