#705852

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

Shades of Buccaneer #705852

Tints of Buccaneer #705852

Color information

#705852 (or 0x705852) is unknown color: approx Buccaneer. HEX triplet: 70, 58 and 52. RGB value is (112,88,82). Sum of RGB (Red+Green+Blue) = 112+88+82=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705852 is #8FA7AD. Grayscale: #5E5E5E. Windows color (decimal): -9414574 or 5396592. OLE color: 5396592.

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

Color convert

RGB1128882-
CMYK00.210.270.56
HSL12º15.46%38.04%-
HSV(B)12º26.79%43.92%-
XYZ11.6911.039.5-
YUV94.49120.95140.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=39.72%
G=31.21%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112888200.210.270.561215.4638.04
Hex7058520151B38cf26
Octal1601301220253370141746
Binary1110000101100010100100101011101111100011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705852; }

 p { color: rgb(112,88,82); }

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

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

 a { background-color: rgb(112,88,82); }

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

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

 span { border-color: rgb(112,88,82); }

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