#705551

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

Shades of Buccaneer #705551

Tints of Buccaneer #705551

Color information

#705551 (or 0x705551) is unknown color: approx Buccaneer. HEX triplet: 70, 55 and 51. RGB value is (112,85,81). Sum of RGB (Red+Green+Blue) = 112+85+81=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705551 is #8FAAAE. Grayscale: #5C5C5C. Windows color (decimal): -9415343 or 5330288. OLE color: 5330288.

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

Color convert

RGB1128581-
CMYK00.240.280.56
HSL7.74º16.06%37.84%-
HSV(B)7.74º27.68%43.92%-
XYZ11.4210.549.22-
YUV92.62121.45141.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=40.29%
G=30.58%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112858100.240.280.567.7416.0637.84
Hex7055510181C3881026
Octal1601251210303470102046
Binary11100001010101101000101100011100111000100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705551; }

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

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

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

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

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

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

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

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