#74544F

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

Shades of Buccaneer #74544F

Tints of Buccaneer #74544F

Color information

#74544F (or 0x74544F) is unknown color: approx Buccaneer. HEX triplet: 74, 54 and 4F. RGB value is (116,84,79). Sum of RGB (Red+Green+Blue) = 116+84+79=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74544F is #8BABB0. Grayscale: #5D5D5D. Windows color (decimal): -9153457 or 5198964. OLE color: 5198964.

HSL color Cylindrical-coordinate representation of color #74544F: hue angle of 8.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74544F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1168479-
CMYK00.280.320.55
HSL8.11º18.97%38.24%-
HSV(B)8.11º31.9%45.49%-
XYZ11.7810.628.83-
YUV93120.1144.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=41.58%
G=30.11%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116847900.280.320.558.1118.9738.24
Hex74544F01C203781326
Octal1641241170344067102346
Binary111010010101001001111011100100000110111100010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74544F; }

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

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

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

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

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

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

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

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