#745A55

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

Shades of Buccaneer #745A55

Tints of Buccaneer #745A55

Color information

#745A55 (or 0x745A55) is unknown color: approx Buccaneer. HEX triplet: 74, 5A and 55. RGB value is (116,90,85). Sum of RGB (Red+Green+Blue) = 116+90+85=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #745A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A55 is #8BA5AA. Grayscale: #616161. Windows color (decimal): -9151915 or 5593716. OLE color: 5593716.

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

Color convert

RGB1169085-
CMYK00.220.270.55
HSL9.68º15.42%39.41%-
HSV(B)9.68º26.72%45.49%-
XYZ12.511.6810.19-
YUV97.2121.11141.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=39.86%
G=30.93%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116908500.220.270.559.6815.4239.41
Hex745A550161B37af27
Octal1641321250263367121747
Binary1110100101101010101010101101101111011110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745A55; }

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

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

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

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

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

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

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

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