#794848

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

Shades of Buccaneer #794848

Tints of Buccaneer #794848

Color information

#794848 (or 0x794848) is unknown color: approx Buccaneer. HEX triplet: 79, 48 and 48. RGB value is (121,72,72). Sum of RGB (Red+Green+Blue) = 121+72+72=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #794848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794848 is #86B7B7. Grayscale: #565656. Windows color (decimal): -8828856 or 4737145. OLE color: 4737145.

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

Color convert

RGB1217272-
CMYK00.400.400.53
HSL25.39%37.84%-
HSV(B)40.5%47.45%-
XYZ11.379.177.3-
YUV86.65119.73152.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=45.66%
G=27.17%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121727200.400.400.53025.3937.84
Hex794848028283501926
Octal171110110050506503146
Binary1111001100100010010000101000101000110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794848; }

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

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

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

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

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

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

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

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