#784D49

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

Shades of Buccaneer #784D49

Tints of Buccaneer #784D49

Color information

#784D49 (or 0x784D49) is unknown color: approx Buccaneer. HEX triplet: 78, 4D and 49. RGB value is (120,77,73). Sum of RGB (Red+Green+Blue) = 120+77+73=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #784D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D49 is #87B2B6. Grayscale: #595959. Windows color (decimal): -8893111 or 4803960. OLE color: 4803960.

HSL color Cylindrical-coordinate representation of color #784D49: hue angle of 5.11º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #784D49 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1207773-
CMYK00.360.390.53
HSL5.11º24.35%37.84%-
HSV(B)5.11º39.17%47.06%-
XYZ11.69.787.58-
YUV89.4118.75149.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 28.52%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=44.44%
G=28.52%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120777300.360.390.535.1124.3537.84
Hex784D49024273551826
Octal170115111044476553046
Binary111100010011011001001010010010011111010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784D49; }

 p { color: rgb(120,77,73); }

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

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

 a { background-color: rgb(120,77,73); }

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

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

 span { border-color: rgb(120,77,73); }

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