#74564F

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

Shades of Buccaneer #74564F

Tints of Buccaneer #74564F

Color information

#74564F (or 0x74564F) is unknown color: approx Buccaneer. HEX triplet: 74, 56 and 4F. RGB value is (116,86,79). Sum of RGB (Red+Green+Blue) = 116+86+79=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74564F is #8BA9B0. Grayscale: #5E5E5E. Windows color (decimal): -9152945 or 5199476. OLE color: 5199476.

HSL color Cylindrical-coordinate representation of color #74564F: hue angle of 11.35º 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 #74564F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1168679-
CMYK00.260.320.55
HSL11.35º18.97%38.24%-
HSV(B)11.35º31.9%45.49%-
XYZ11.9410.938.88-
YUV94.17119.44143.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=41.28%
G=30.60%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116867900.260.320.5511.3518.9738.24
Hex74564F01A2037b1326
Octal1641261170324067132346
Binary111010010101101001111011010100000110111101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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