#745851

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

Shades of Buccaneer #745851

Tints of Buccaneer #745851

Color information

#745851 (or 0x745851) is unknown color: approx Buccaneer. HEX triplet: 74, 58 and 51. RGB value is (116,88,81). Sum of RGB (Red+Green+Blue) = 116+88+81=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745851 is #8BA7AE. Grayscale: #5F5F5F. Windows color (decimal): -9152431 or 5331060. OLE color: 5331060.

HSL color Cylindrical-coordinate representation of color #745851: hue angle of 12º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745851 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1168881-
CMYK00.240.300.55
HSL12º17.77%38.63%-
HSV(B)12º30.17%45.49%-
XYZ12.1811.299.32-
YUV95.57119.78142.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=40.70%
G=30.88%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116888100.240.300.551217.7738.63
Hex7458510181E37c1227
Octal1641301210303667142247
Binary11101001011000101000101100011110110111110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745851; }

 p { color: rgb(116,88,81); }

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

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

 a { background-color: rgb(116,88,81); }

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

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

 span { border-color: rgb(116,88,81); }

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