#79524E

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

Shades of Buccaneer #79524E

Tints of Buccaneer #79524E

Color information

#79524E (or 0x79524E) is unknown color: approx Buccaneer. HEX triplet: 79, 52 and 4E. RGB value is (121,82,78). Sum of RGB (Red+Green+Blue) = 121+82+78=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79524E is #86ADB1. Grayscale: #5D5D5D. Windows color (decimal): -8826290 or 5132921. OLE color: 5132921.

HSL color Cylindrical-coordinate representation of color #79524E: hue angle of 5.58º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79524E is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1218278-
CMYK00.320.360.53
HSL5.58º21.61%39.02%-
HSV(B)5.58º35.54%47.45%-
XYZ12.2810.658.62-
YUV93.2119.42147.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=43.06%
G=29.18%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121827800.320.360.535.5821.6139.02
Hex79524E020243561627
Octal171122116040446562647
Binary111100110100101001110010000010010011010111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79524E; }

 p { color: rgb(121,82,78); }

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

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

 a { background-color: rgb(121,82,78); }

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

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

 span { border-color: rgb(121,82,78); }

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