#795953

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

Shades of Buccaneer #795953

Tints of Buccaneer #795953

Color information

#795953 (or 0x795953) is unknown color: approx Buccaneer. HEX triplet: 79, 59 and 53. RGB value is (121,89,83). Sum of RGB (Red+Green+Blue) = 121+89+83=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #795953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795953 is #86A6AC. Grayscale: #616161. Windows color (decimal): -8824493 or 5462393. OLE color: 5462393.

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

Color convert

RGB1218983-
CMYK00.260.310.53
HSL9.47º18.63%40%-
HSV(B)9.47º31.4%47.45%-
XYZ13.0211.839.78-
YUV97.88119.6144.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=41.30%
G=30.38%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121898300.260.310.539.4718.6340
Hex79595301A1F3591328
Octal1711311230323765112350
Binary11110011011001101001101101011111110101100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795953; }

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

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

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

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

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

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

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

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