#705251

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

Shades of Buccaneer #705251

Tints of Buccaneer #705251

Color information

#705251 (or 0x705251) is unknown color: approx Buccaneer. HEX triplet: 70, 52 and 51. RGB value is (112,82,81). Sum of RGB (Red+Green+Blue) = 112+82+81=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #705251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705251 is #8FADAE. Grayscale: #5A5A5A. Windows color (decimal): -9416111 or 5329520. OLE color: 5329520.

HSL color Cylindrical-coordinate representation of color #705251: hue angle of 1.94º 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 #705251 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1128281-
CMYK00.270.280.56
HSL1.94º16.06%37.84%-
HSV(B)1.94º27.68%43.92%-
XYZ11.1810.079.14-
YUV90.86122.44143.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=40.73%
G=29.82%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112828100.270.280.561.9416.0637.84
Hex70525101B1C3821026
Octal160122121033347022046
Binary111000010100101010001011011111001110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705251; }

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

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

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

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

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

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

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

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