#73534F

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

Shades of Buccaneer #73534F

Tints of Buccaneer #73534F

Color information

#73534F (or 0x73534F) is unknown color: approx Buccaneer. HEX triplet: 73, 53 and 4F. RGB value is (115,83,79). Sum of RGB (Red+Green+Blue) = 115+83+79=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73534F is #8CACB0. Grayscale: #5C5C5C. Windows color (decimal): -9219249 or 5198707. OLE color: 5198707.

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

Color convert

RGB1158379-
CMYK00.280.310.55
HSL6.67º18.56%38.04%-
HSV(B)6.67º31.3%45.1%-
XYZ11.5710.48.79-
YUV92.11120.6144.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=41.52%
G=29.96%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115837900.280.310.556.6718.5638.04
Hex73534F01C1F3771326
Octal163123117034376772346
Binary1110011101001110011110111001111111011111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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