#734E4D

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

Shades of Buccaneer #734E4D

Tints of Buccaneer #734E4D

Color information

#734E4D (or 0x734E4D) is unknown color: approx Buccaneer. HEX triplet: 73, 4E and 4D. RGB value is (115,78,77). Sum of RGB (Red+Green+Blue) = 115+78+77=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #734E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E4D is #8CB1B2. Grayscale: #585858. Windows color (decimal): -9220531 or 5066355. OLE color: 5066355.

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

Color convert

RGB1157877-
CMYK00.320.330.55
HSL1.58º19.79%37.65%-
HSV(B)1.58º33.04%45.1%-
XYZ11.139.638.29-
YUV88.95121.26146.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=42.59%
G=28.89%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115787700.320.330.551.5819.7937.65
Hex734E4D020213721426
Octal163116115040416722446
Binary11100111001110100110101000001000011101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E4D; }

 p { color: rgb(115,78,77); }

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

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

 a { background-color: rgb(115,78,77); }

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

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

 span { border-color: rgb(115,78,77); }

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