#784949

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

Shades of Buccaneer #784949

Tints of Buccaneer #784949

Color information

#784949 (or 0x784949) is unknown color: approx Buccaneer. HEX triplet: 78, 49 and 49. RGB value is (120,73,73). Sum of RGB (Red+Green+Blue) = 120+73+73=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784949 is #87B6B6. Grayscale: #575757. Windows color (decimal): -8894135 or 4802936. OLE color: 4802936.

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

Color convert

RGB1207373-
CMYK00.390.390.53
HSL24.35%37.84%-
HSV(B)39.17%47.06%-
XYZ11.339.247.49-
YUV87.05120.07151.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=45.11%
G=27.44%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120737300.390.390.53024.3537.84
Hex784949027273501826
Octal170111111047476503046
Binary1111000100100110010010100111100111110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784949; }

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

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

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

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

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

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

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

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