#735852

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

Shades of Buccaneer #735852

Tints of Buccaneer #735852

Color information

#735852 (or 0x735852) is unknown color: approx Buccaneer. HEX triplet: 73, 58 and 52. RGB value is (115,88,82). Sum of RGB (Red+Green+Blue) = 115+88+82=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735852 is #8CA7AD. Grayscale: #5F5F5F. Windows color (decimal): -9217966 or 5396595. OLE color: 5396595.

HSL color Cylindrical-coordinate representation of color #735852: hue angle of 10.91º 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 #735852 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1158882-
CMYK00.230.290.55
HSL10.91º16.75%38.63%-
HSV(B)10.91º28.7%45.1%-
XYZ12.0811.239.51-
YUV95.39120.45141.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=40.35%
G=30.88%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115888200.230.290.5510.9116.7538.63
Hex7358520171D37b1127
Octal1631301220273567132147
Binary11100111011000101001001011111101110111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735852; }

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

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

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

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

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

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

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

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