#705553

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

Shades of Buccaneer #705553

Tints of Buccaneer #705553

Color information

#705553 (or 0x705553) is unknown color: approx Buccaneer. HEX triplet: 70, 55 and 53. RGB value is (112,85,83). Sum of RGB (Red+Green+Blue) = 112+85+83=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705553 is #8FAAAC. Grayscale: #5C5C5C. Windows color (decimal): -9415341 or 5461360. OLE color: 5461360.

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

Color convert

RGB1128583-
CMYK00.240.260.56
HSL4.14º14.87%38.24%-
HSV(B)4.14º25.89%43.92%-
XYZ11.4910.579.62-
YUV92.84122.45141.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=40%
G=30.36%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112858300.240.260.564.1414.8738.24
Hex7055530181A384f26
Octal160125123030327041746
Binary111000010101011010011011000110101110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705553; }

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

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

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

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

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

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

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

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