#735450

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

Shades of Buccaneer #735450

Tints of Buccaneer #735450

Color information

#735450 (or 0x735450) is unknown color: approx Buccaneer. HEX triplet: 73, 54 and 50. RGB value is (115,84,80). Sum of RGB (Red+Green+Blue) = 115+84+80=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #735450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735450 is #8CABAF. Grayscale: #5C5C5C. Windows color (decimal): -9218992 or 5264499. OLE color: 5264499.

HSL color Cylindrical-coordinate representation of color #735450: hue angle of 6.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735450 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1158480-
CMYK00.270.300.55
HSL6.86º17.95%38.24%-
HSV(B)6.86º30.43%45.1%-
XYZ11.6910.569.01-
YUV92.81120.77143.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=41.22%
G=30.11%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115848000.270.300.556.8617.9538.24
Hex73545001B1E3771226
Octal163124120033366772246
Binary1110011101010010100000110111111011011111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735450; }

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

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

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

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

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

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

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

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