#795150

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

Shades of Buccaneer #795150

Tints of Buccaneer #795150

Color information

#795150 (or 0x795150) is unknown color: approx Buccaneer. HEX triplet: 79, 51 and 50. RGB value is (121,81,80). Sum of RGB (Red+Green+Blue) = 121+81+80=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #795150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795150 is #86AEAF. Grayscale: #5C5C5C. Windows color (decimal): -8826544 or 5263737. OLE color: 5263737.

HSL color Cylindrical-coordinate representation of color #795150: hue angle of 1.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795150 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1218180-
CMYK00.330.340.53
HSL1.46º20.4%39.41%-
HSV(B)1.46º33.88%47.45%-
XYZ12.2810.538.97-
YUV92.85120.75148.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=42.91%
G=28.72%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121818000.330.340.531.4620.439.41
Hex795150021223511427
Octal171121120041426512447
Binary1111001101000110100000100001100010110101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795150; }

 p { color: rgb(121,81,80); }

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

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

 a { background-color: rgb(121,81,80); }

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

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

 span { border-color: rgb(121,81,80); }

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