#73554E

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

Shades of Buccaneer #73554E

Tints of Buccaneer #73554E

Color information

#73554E (or 0x73554E) is unknown color: approx Buccaneer. HEX triplet: 73, 55 and 4E. RGB value is (115,85,78). Sum of RGB (Red+Green+Blue) = 115+85+78=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73554E is #8CAAB1. Grayscale: #5D5D5D. Windows color (decimal): -9218738 or 5133683. OLE color: 5133683.

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

Color convert

RGB1158578-
CMYK00.260.320.55
HSL11.35º19.17%37.84%-
HSV(B)11.35º32.17%45.1%-
XYZ11.6910.698.66-
YUV93.17119.44143.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=41.37%
G=30.58%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115857800.260.320.5511.3519.1737.84
Hex73554E01A2037b1326
Octal1631251160324067132346
Binary111001110101011001110011010100000110111101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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