#73504E

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

Shades of Buccaneer #73504E

Tints of Buccaneer #73504E

Color information

#73504E (or 0x73504E) is unknown color: approx Buccaneer. HEX triplet: 73, 50 and 4E. RGB value is (115,80,78). Sum of RGB (Red+Green+Blue) = 115+80+78=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73504E is #8CAFB1. Grayscale: #5A5A5A. Windows color (decimal): -9220018 or 5132403. OLE color: 5132403.

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

Color convert

RGB1158078-
CMYK00.300.320.55
HSL3.24º19.17%37.84%-
HSV(B)3.24º32.17%45.1%-
XYZ11.319.938.53-
YUV90.24121.1145.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=42.12%
G=29.30%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115807800.300.320.553.2419.1737.84
Hex73504E01E203731326
Octal163120116036406732346
Binary1110011101000010011100111101000001101111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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