#794E48

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

Shades of Buccaneer #794E48

Tints of Buccaneer #794E48

Color information

#794E48 (or 0x794E48) is unknown color: approx Buccaneer. HEX triplet: 79, 4E and 48. RGB value is (121,78,72). Sum of RGB (Red+Green+Blue) = 121+78+72=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #794E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E48 is #86B1B7. Grayscale: #5A5A5A. Windows color (decimal): -8827320 or 4738681. OLE color: 4738681.

HSL color Cylindrical-coordinate representation of color #794E48: hue angle of 7.35º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794E48 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1217872-
CMYK00.360.400.53
HSL7.35º25.39%37.84%-
HSV(B)7.35º40.5%47.45%-
XYZ11.789.987.44-
YUV90.17117.75149.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=44.65%
G=28.78%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121787200.360.400.537.3525.3937.84
Hex794E48024283571926
Octal171116110044506573146
Binary111100110011101001000010010010100011010111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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