#795350

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

Shades of Buccaneer #795350

Tints of Buccaneer #795350

Color information

#795350 (or 0x795350) is unknown color: approx Buccaneer. HEX triplet: 79, 53 and 50. RGB value is (121,83,80). Sum of RGB (Red+Green+Blue) = 121+83+80=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #795350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795350 is #86ACAF. Grayscale: #5E5E5E. Windows color (decimal): -8826032 or 5264249. OLE color: 5264249.

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

Color convert

RGB1218380-
CMYK00.310.340.53
HSL4.39º20.4%39.41%-
HSV(B)4.39º33.88%47.45%-
XYZ12.4310.839.02-
YUV94.02120.09147.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=42.61%
G=29.23%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121838000.310.340.534.3920.439.41
Hex79535001F223541427
Octal171123120037426542447
Binary11110011010011101000001111110001011010110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795350; }

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

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

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

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

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

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

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

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