#705352

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

Shades of Buccaneer #705352

Tints of Buccaneer #705352

Color information

#705352 (or 0x705352) is unknown color: approx Buccaneer. HEX triplet: 70, 53 and 52. RGB value is (112,83,82). Sum of RGB (Red+Green+Blue) = 112+83+82=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705352 is #8FACAD. Grayscale: #5B5B5B. Windows color (decimal): -9415854 or 5395312. OLE color: 5395312.

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

Color convert

RGB1128382-
CMYK00.260.270.56
HSL15.46%38.04%-
HSV(B)26.79%43.92%-
XYZ11.310.249.36-
YUV91.56122.61142.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=40.43%
G=29.96%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112838200.260.270.56215.4638.04
Hex70535201A1B382f26
Octal160123122032337021746
Binary11100001010011101001001101011011111000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705352; }

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

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

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

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

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

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

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

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