#73534D

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

Shades of Buccaneer #73534D

Tints of Buccaneer #73534D

Color information

#73534D (or 0x73534D) is unknown color: approx Buccaneer. HEX triplet: 73, 53 and 4D. RGB value is (115,83,77). Sum of RGB (Red+Green+Blue) = 115+83+77=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73534D is #8CACB2. Grayscale: #5B5B5B. Windows color (decimal): -9219251 or 5067635. OLE color: 5067635.

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

Color convert

RGB1158377-
CMYK00.280.330.55
HSL9.47º19.79%37.65%-
HSV(B)9.47º33.04%45.1%-
XYZ11.510.378.42-
YUV91.88119.6144.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 77 (30.47% from 255) = 28%
R=41.82%
G=30.18%
B=28%

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
Decimal115837700.280.330.559.4719.7937.65
Hex73534D01C213791426
Octal1631231150344167112446
Binary111001110100111001101011100100001110111100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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