#705A55

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

Shades of Buccaneer #705A55

Tints of Buccaneer #705A55

Color information

#705A55 (or 0x705A55) is unknown color: approx Buccaneer. HEX triplet: 70, 5A and 55. RGB value is (112,90,85). Sum of RGB (Red+Green+Blue) = 112+90+85=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A55 is #8FA5AA. Grayscale: #606060. Windows color (decimal): -9414059 or 5593712. OLE color: 5593712.

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

Color convert

RGB1129085-
CMYK00.200.240.56
HSL11.11º13.71%38.63%-
HSV(B)11.11º24.11%43.92%-
XYZ11.9811.4110.17-
YUV96.01121.79139.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=39.02%
G=31.36%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112908500.200.240.5611.1113.7138.63
Hex705A550141838be27
Octal1601321250243070131647
Binary1110000101101010101010101001100011100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A55; }

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

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

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

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

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

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

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

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