#795553

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

Shades of Buccaneer #795553

Tints of Buccaneer #795553

Color information

#795553 (or 0x795553) is unknown color: approx Buccaneer. HEX triplet: 79, 55 and 53. RGB value is (121,85,83). Sum of RGB (Red+Green+Blue) = 121+85+83=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795553 is #86AAAC. Grayscale: #5F5F5F. Windows color (decimal): -8825517 or 5461369. OLE color: 5461369.

HSL color Cylindrical-coordinate representation of color #795553: hue angle of 3.16º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795553 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1218583-
CMYK00.300.310.53
HSL3.16º18.63%40%-
HSV(B)3.16º31.4%47.45%-
XYZ12.6911.199.67-
YUV95.54120.93146.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=41.87%
G=29.41%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121858300.300.310.533.1618.6340
Hex79555301E1F3531328
Octal171125123036376532350
Binary111100110101011010011011110111111101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795553; }

 p { color: rgb(121,85,83); }

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

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

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

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

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

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

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