#705854

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

Shades of Buccaneer #705854

Tints of Buccaneer #705854

Color information

#705854 (or 0x705854) is unknown color: approx Buccaneer. HEX triplet: 70, 58 and 54. RGB value is (112,88,84). Sum of RGB (Red+Green+Blue) = 112+88+84=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705854 is #8FA7AB. Grayscale: #5E5E5E. Windows color (decimal): -9414572 or 5527664. OLE color: 5527664.

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

Color convert

RGB1128884-
CMYK00.210.250.56
HSL8.57º14.29%38.43%-
HSV(B)8.57º25%43.92%-
XYZ11.7711.069.9-
YUV94.72121.95140.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=39.44%
G=30.99%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112888400.210.250.568.5714.2938.43
Hex70585401519389e26
Octal1601301240253170111646
Binary1110000101100010101000101011100111100010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705854; }

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

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

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

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

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

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

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

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