#785049

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

Shades of Buccaneer #785049

Tints of Buccaneer #785049

Color information

#785049 (or 0x785049) is unknown color: approx Buccaneer. HEX triplet: 78, 50 and 49. RGB value is (120,80,73). Sum of RGB (Red+Green+Blue) = 120+80+73=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785049 is #87AFB6. Grayscale: #5B5B5B. Windows color (decimal): -8892343 or 4804728. OLE color: 4804728.

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

Color convert

RGB1208073-
CMYK00.330.390.53
HSL8.94º24.35%37.84%-
HSV(B)8.94º39.17%47.06%-
XYZ11.8210.217.65-
YUV91.16117.75148.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=43.96%
G=29.30%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120807300.330.390.538.9424.3537.84
Hex785049021273591826
Octal1701201110414765113046
Binary1111000101000010010010100001100111110101100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785049; }

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

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

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

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

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

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

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

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