#705550

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

Shades of Buccaneer #705550

Tints of Buccaneer #705550

Color information

#705550 (or 0x705550) is unknown color: approx Buccaneer. HEX triplet: 70, 55 and 50. RGB value is (112,85,80). Sum of RGB (Red+Green+Blue) = 112+85+80=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705550 is #8FAAAF. Grayscale: #5C5C5C. Windows color (decimal): -9415344 or 5264752. OLE color: 5264752.

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

Color convert

RGB1128580-
CMYK00.240.290.56
HSL9.38º16.67%37.65%-
HSV(B)9.38º28.57%43.92%-
XYZ11.3810.529.02-
YUV92.5120.95141.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=40.43%
G=30.69%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112858000.240.290.569.3816.6737.65
Hex7055500181D3891126
Octal1601251200303570112146
Binary11100001010101101000001100011101111000100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705550; }

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

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

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

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

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

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

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

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