#745554

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

Shades of Buccaneer #745554

Tints of Buccaneer #745554

Color information

#745554 (or 0x745554) is unknown color: approx Buccaneer. HEX triplet: 74, 55 and 54. RGB value is (116,85,84). Sum of RGB (Red+Green+Blue) = 116+85+84=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745554 is #8BAAAB. Grayscale: #5E5E5E. Windows color (decimal): -9153196 or 5526900. OLE color: 5526900.

HSL color Cylindrical-coordinate representation of color #745554: hue angle of 1.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745554 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1168584-
CMYK00.270.280.55
HSL1.88º16%39.22%-
HSV(B)1.88º27.59%45.49%-
XYZ12.0510.859.85-
YUV94.16122.27143.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=40.70%
G=29.82%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116858400.270.280.551.881639.22
Hex74555401B1C3721027
Octal164125124033346722047
Binary111010010101011010100011011111001101111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745554; }

 p { color: rgb(116,85,84); }

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

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

 a { background-color: rgb(116,85,84); }

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

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

 span { border-color: rgb(116,85,84); }

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