#705755

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

Shades of Buccaneer #705755

Tints of Buccaneer #705755

Color information

#705755 (or 0x705755) is unknown color: approx Buccaneer. HEX triplet: 70, 57 and 55. RGB value is (112,87,85). Sum of RGB (Red+Green+Blue) = 112+87+85=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705755 is #8FA8AA. Grayscale: #5E5E5E. Windows color (decimal): -9414827 or 5592944. OLE color: 5592944.

HSL color Cylindrical-coordinate representation of color #705755: hue angle of 4.44º 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 #705755 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1128785-
CMYK00.220.240.56
HSL4.44º13.71%38.63%-
HSV(B)4.44º24.11%43.92%-
XYZ11.7310.9210.08-
YUV94.25122.78140.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=39.44%
G=30.63%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112878500.220.240.564.4413.7138.63
Hex70575501618384e27
Octal160127125026307041647
Binary111000010101111010101010110110001110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705755; }

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

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

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

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

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

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

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

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