#794A48

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

Shades of Buccaneer #794A48

Tints of Buccaneer #794A48

Color information

#794A48 (or 0x794A48) is unknown color: approx Buccaneer. HEX triplet: 79, 4A and 48. RGB value is (121,74,72). Sum of RGB (Red+Green+Blue) = 121+74+72=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #794A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A48 is #86B5B7. Grayscale: #575757. Windows color (decimal): -8828344 or 4737657. OLE color: 4737657.

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

Color convert

RGB1217472-
CMYK00.390.400.53
HSL2.45º25.39%37.84%-
HSV(B)2.45º40.5%47.45%-
XYZ11.59.437.34-
YUV87.82119.07151.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=45.32%
G=27.72%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121747200.390.400.532.4525.3937.84
Hex794A48027283521926
Octal171112110047506523146
Binary11110011001010100100001001111010001101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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