#79524B

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

Shades of Buccaneer #79524B

Tints of Buccaneer #79524B

Color information

#79524B (or 0x79524B) is unknown color: approx Buccaneer. HEX triplet: 79, 52 and 4B. RGB value is (121,82,75). Sum of RGB (Red+Green+Blue) = 121+82+75=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #79524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79524B is #86ADB4. Grayscale: #5C5C5C. Windows color (decimal): -8826293 or 4936313. OLE color: 4936313.

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

Color convert

RGB1218275-
CMYK00.320.380.53
HSL9.13º23.47%38.43%-
HSV(B)9.13º38.02%47.45%-
XYZ12.1710.618.06-
YUV92.86117.92148.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.53%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=43.53%
G=29.50%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121827500.320.380.539.1323.4738.43
Hex79524B020263591726
Octal1711221130404665112746
Binary1111001101001010010110100000100110110101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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