#73554D

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

Shades of Buccaneer #73554D

Tints of Buccaneer #73554D

Color information

#73554D (or 0x73554D) is unknown color: approx Buccaneer. HEX triplet: 73, 55 and 4D. RGB value is (115,85,77). Sum of RGB (Red+Green+Blue) = 115+85+77=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73554D is #8CAAB2. Grayscale: #5D5D5D. Windows color (decimal): -9218739 or 5068147. OLE color: 5068147.

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

Color convert

RGB1158577-
CMYK00.260.330.55
HSL12.63º19.79%37.65%-
HSV(B)12.63º33.04%45.1%-
XYZ11.6610.688.47-
YUV93.06118.94143.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=41.52%
G=30.69%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115857700.260.330.5512.6319.7937.65
Hex73554D01A2137d1426
Octal1631251150324167152446
Binary111001110101011001101011010100001110111110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73554D; }

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

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

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

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

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

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

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

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