#705555

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

Shades of Buccaneer #705555

Tints of Buccaneer #705555

Color information

#705555 (or 0x705555) is unknown color: approx Buccaneer. HEX triplet: 70, 55 and 55. RGB value is (112,85,85). Sum of RGB (Red+Green+Blue) = 112+85+85=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705555 is #8FAAAA. Grayscale: #5D5D5D. Windows color (decimal): -9415339 or 5592432. OLE color: 5592432.

HSL color Cylindrical-coordinate representation of color #705555: hue angle of 0º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705555 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1128585-
CMYK00.240.240.56
HSL13.71%38.63%-
HSV(B)24.11%43.92%-
XYZ11.5710.610.03-
YUV93.07123.45141.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=39.72%
G=30.14%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112858500.240.240.56013.7138.63
Hex70555501818380e27
Octal160125125030307001647
Binary1110000101010110101010110001100011100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705555; }

 p { color: rgb(112,85,85); }

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

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

 a { background-color: rgb(112,85,85); }

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

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

 span { border-color: rgb(112,85,85); }

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