#79534E

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

Shades of Buccaneer #79534E

Tints of Buccaneer #79534E

Color information

#79534E (or 0x79534E) is unknown color: approx Buccaneer. HEX triplet: 79, 53 and 4E. RGB value is (121,83,78). Sum of RGB (Red+Green+Blue) = 121+83+78=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79534E is #86ACB1. Grayscale: #5D5D5D. Windows color (decimal): -8826034 or 5133177. OLE color: 5133177.

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

Color convert

RGB1218378-
CMYK00.310.360.53
HSL6.98º21.61%39.02%-
HSV(B)6.98º35.54%47.45%-
XYZ12.3510.88.64-
YUV93.79119.09147.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=42.91%
G=29.43%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121837800.310.360.536.9821.6139.02
Hex79534E01F243571627
Octal171123116037446572647
Binary11110011010011100111001111110010011010111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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