#735452

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

Shades of Buccaneer #735452

Tints of Buccaneer #735452

Color information

#735452 (or 0x735452) is unknown color: approx Buccaneer. HEX triplet: 73, 54 and 52. RGB value is (115,84,82). Sum of RGB (Red+Green+Blue) = 115+84+82=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #735452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735452 is #8CABAD. Grayscale: #5D5D5D. Windows color (decimal): -9218990 or 5395571. OLE color: 5395571.

HSL color Cylindrical-coordinate representation of color #735452: hue angle of 3.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735452 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1158482-
CMYK00.270.290.55
HSL3.64º16.75%38.63%-
HSV(B)3.64º28.7%45.1%-
XYZ11.7610.599.41-
YUV93.04121.77143.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=40.93%
G=29.89%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115848200.270.290.553.6416.7538.63
Hex73545201B1D3741127
Octal163124122033356742147
Binary1110011101010010100100110111110111011110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735452; }

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

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

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

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

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

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

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

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