#794D4B

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

Shades of Buccaneer #794D4B

Tints of Buccaneer #794D4B

Color information

#794D4B (or 0x794D4B) is unknown color: approx Buccaneer. HEX triplet: 79, 4D and 4B. RGB value is (121,77,75). Sum of RGB (Red+Green+Blue) = 121+77+75=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D4B is #86B2B4. Grayscale: #595959. Windows color (decimal): -8827573 or 4935033. OLE color: 4935033.

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

Color convert

RGB1217775-
CMYK00.360.380.53
HSL2.61º23.47%38.43%-
HSV(B)2.61º38.02%47.45%-
XYZ11.819.887.94-
YUV89.93119.58150.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=44.32%
G=28.21%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121777500.360.380.532.6123.4738.43
Hex794D4B024263531726
Octal171115113044466532746
Binary11110011001101100101101001001001101101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794D4B; }

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

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

<style>
 a { background-color: #794D4B; }

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

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

<style>
 span { border-color: #794D4B; }

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

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