#794C48

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

Shades of Buccaneer #794C48

Tints of Buccaneer #794C48

Color information

#794C48 (or 0x794C48) is unknown color: approx Buccaneer. HEX triplet: 79, 4C and 48. RGB value is (121,76,72). Sum of RGB (Red+Green+Blue) = 121+76+72=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #794C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C48 is #86B3B7. Grayscale: #595959. Windows color (decimal): -8827832 or 4738169. OLE color: 4738169.

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

Color convert

RGB1217672-
CMYK00.370.400.53
HSL4.9º25.39%37.84%-
HSV(B)4.9º40.5%47.45%-
XYZ11.649.77.39-
YUV89118.41150.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=44.98%
G=28.25%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121767200.370.400.534.925.3937.84
Hex794C48025283551926
Octal171114110045506553146
Binary111100110011001001000010010110100011010110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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