#74534E

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

Shades of Buccaneer #74534E

Tints of Buccaneer #74534E

Color information

#74534E (or 0x74534E) is unknown color: approx Buccaneer. HEX triplet: 74, 53 and 4E. RGB value is (116,83,78). Sum of RGB (Red+Green+Blue) = 116+83+78=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74534E is #8BACB1. Grayscale: #5C5C5C. Windows color (decimal): -9153714 or 5133172. OLE color: 5133172.

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

Color convert

RGB1168378-
CMYK00.280.330.55
HSL7.89º19.59%38.04%-
HSV(B)7.89º32.76%45.49%-
XYZ11.6710.458.61-
YUV92.3119.93144.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=41.88%
G=29.96%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116837800.280.330.557.8919.5938.04
Hex74534E01C213781426
Octal1641231160344167102446
Binary111010010100111001110011100100001110111100010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74534E; }

 p { color: rgb(116,83,78); }

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

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

 a { background-color: rgb(116,83,78); }

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

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

 span { border-color: rgb(116,83,78); }

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