#745250

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

Shades of Buccaneer #745250

Tints of Buccaneer #745250

Color information

#745250 (or 0x745250) is unknown color: approx Buccaneer. HEX triplet: 74, 52 and 50. RGB value is (116,82,80). Sum of RGB (Red+Green+Blue) = 116+82+80=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #745250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745250 is #8BADAF. Grayscale: #5B5B5B. Windows color (decimal): -9153968 or 5263988. OLE color: 5263988.

HSL color Cylindrical-coordinate representation of color #745250: hue angle of 3.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745250 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1168280-
CMYK00.290.310.55
HSL3.33º18.37%38.43%-
HSV(B)3.33º31.03%45.49%-
XYZ11.6710.338.97-
YUV91.94121.26145.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=41.73%
G=29.50%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116828000.290.310.553.3318.3738.43
Hex74525001D1F3731226
Octal164122120035376732246
Binary111010010100101010000011101111111101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745250; }

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

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

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

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

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

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

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

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