#705353

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

Shades of Buccaneer #705353

Tints of Buccaneer #705353

Color information

#705353 (or 0x705353) is unknown color: approx Buccaneer. HEX triplet: 70, 53 and 53. RGB value is (112,83,83). Sum of RGB (Red+Green+Blue) = 112+83+83=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705353 is #8FACAC. Grayscale: #5B5B5B. Windows color (decimal): -9415853 or 5460848. OLE color: 5460848.

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

Color convert

RGB1128383-
CMYK00.260.260.56
HSL14.87%38.24%-
HSV(B)25.89%43.92%-
XYZ11.3410.269.57-
YUV91.67123.11142.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=40.29%
G=29.86%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112838300.260.260.56014.8738.24
Hex70535301A1A380f26
Octal160123123032327001746
Binary1110000101001110100110110101101011100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705353; }

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

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

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

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

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

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

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

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