#785250

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

Shades of Buccaneer #785250

Tints of Buccaneer #785250

Color information

#785250 (or 0x785250) is unknown color: approx Buccaneer. HEX triplet: 78, 52 and 50. RGB value is (120,82,80). Sum of RGB (Red+Green+Blue) = 120+82+80=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785250 is #87ADAF. Grayscale: #5D5D5D. Windows color (decimal): -8891824 or 5263992. OLE color: 5263992.

HSL color Cylindrical-coordinate representation of color #785250: hue angle of 3º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785250 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1208280-
CMYK00.320.330.53
HSL20%39.22%-
HSV(B)33.33%47.06%-
XYZ12.2110.618.99-
YUV93.13120.59147.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=42.55%
G=29.08%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120828000.320.330.5332039.22
Hex785250020213531427
Octal170122120040416532447
Binary11110001010010101000001000001000011101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785250; }

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

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

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

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

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

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

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

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