#735853

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

Shades of Buccaneer #735853

Tints of Buccaneer #735853

Color information

#735853 (or 0x735853) is unknown color: approx Buccaneer. HEX triplet: 73, 58 and 53. RGB value is (115,88,83). Sum of RGB (Red+Green+Blue) = 115+88+83=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735853 is #8CA7AC. Grayscale: #5F5F5F. Windows color (decimal): -9217965 or 5462131. OLE color: 5462131.

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

Color convert

RGB1158883-
CMYK00.230.280.55
HSL9.38º16.16%38.82%-
HSV(B)9.38º27.83%45.1%-
XYZ12.1211.259.72-
YUV95.5120.95141.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=40.21%
G=30.77%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115888300.230.280.559.3816.1638.82
Hex7358530171C3791027
Octal1631301230273467112047
Binary11100111011000101001101011111100110111100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735853; }

 p { color: rgb(115,88,83); }

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

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

 a { background-color: rgb(115,88,83); }

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

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

 span { border-color: rgb(115,88,83); }

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