#73534C

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

Shades of Buccaneer #73534C

Tints of Buccaneer #73534C

Color information

#73534C (or 0x73534C) is unknown color: approx Buccaneer. HEX triplet: 73, 53 and 4C. RGB value is (115,83,76). Sum of RGB (Red+Green+Blue) = 115+83+76=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73534C is #8CACB3. Grayscale: #5B5B5B. Windows color (decimal): -9219252 or 5002099. OLE color: 5002099.

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

Color convert

RGB1158376-
CMYK00.280.340.55
HSL10.77º20.42%37.45%-
HSV(B)10.77º33.91%45.1%-
XYZ11.4710.358.23-
YUV91.77119.1144.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=41.97%
G=30.29%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115837600.280.340.5510.7720.4237.45
Hex73534C01C2237b1425
Octal1631231140344267132445
Binary111001110100111001100011100100010110111101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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