#73514F

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

Shades of Buccaneer #73514F

Tints of Buccaneer #73514F

Color information

#73514F (or 0x73514F) is unknown color: approx Buccaneer. HEX triplet: 73, 51 and 4F. RGB value is (115,81,79). Sum of RGB (Red+Green+Blue) = 115+81+79=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73514F is #8CAEB0. Grayscale: #5A5A5A. Windows color (decimal): -9219761 or 5198195. OLE color: 5198195.

HSL color Cylindrical-coordinate representation of color #73514F: hue angle of 3.33º 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 #73514F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1158179-
CMYK00.300.310.55
HSL3.33º18.56%38.04%-
HSV(B)3.33º31.3%45.1%-
XYZ11.4210.098.74-
YUV90.94121.26145.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=41.82%
G=29.45%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115817900.300.310.553.3318.5638.04
Hex73514F01E1F3731326
Octal163121117036376732346
Binary111001110100011001111011110111111101111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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