#79524C

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

Shades of Buccaneer #79524C

Tints of Buccaneer #79524C

Color information

#79524C (or 0x79524C) is unknown color: approx Buccaneer. HEX triplet: 79, 52 and 4C. RGB value is (121,82,76). Sum of RGB (Red+Green+Blue) = 121+82+76=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79524C is #86ADB3. Grayscale: #5D5D5D. Windows color (decimal): -8826292 or 5001849. OLE color: 5001849.

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

Color convert

RGB1218276-
CMYK00.320.370.53
HSL22.84%38.63%-
HSV(B)37.19%47.45%-
XYZ12.2110.628.24-
YUV92.98118.42147.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=43.37%
G=29.39%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121827600.320.370.53822.8438.63
Hex79524C020253581727
Octal1711221140404565102747
Binary1111001101001010011000100000100101110101100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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