#79514B

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

Shades of Buccaneer #79514B

Tints of Buccaneer #79514B

Color information

#79514B (or 0x79514B) is unknown color: approx Buccaneer. HEX triplet: 79, 51 and 4B. RGB value is (121,81,75). Sum of RGB (Red+Green+Blue) = 121+81+75=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79514B is #86AEB4. Grayscale: #5C5C5C. Windows color (decimal): -8826549 or 4936057. OLE color: 4936057.

HSL color Cylindrical-coordinate representation of color #79514B: hue angle of 7.83º 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 #79514B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1218175-
CMYK00.330.380.53
HSL7.83º23.47%38.43%-
HSV(B)7.83º38.02%47.45%-
XYZ12.110.468.04-
YUV92.28118.25148.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=43.68%
G=29.24%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121817500.330.380.537.8323.4738.43
Hex79514B021263581726
Octal1711211130414665102746
Binary1111001101000110010110100001100110110101100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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