#745151

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

Shades of Buccaneer #745151

Tints of Buccaneer #745151

Color information

#745151 (or 0x745151) is unknown color: approx Buccaneer. HEX triplet: 74, 51 and 51. RGB value is (116,81,81). Sum of RGB (Red+Green+Blue) = 116+81+81=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #745151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745151 is #8BAEAE. Grayscale: #5B5B5B. Windows color (decimal): -9154223 or 5329268. OLE color: 5329268.

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

Color convert

RGB1168181-
CMYK00.300.300.55
HSL17.77%38.63%-
HSV(B)30.17%45.49%-
XYZ11.6310.199.14-
YUV91.46122.1145.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=41.73%
G=29.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818100.300.300.55017.7738.63
Hex74515101E1E3701227
Octal164121121036366702247
Binary11101001010001101000101111011110110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745151; }

 p { color: rgb(116,81,81); }

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

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

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

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

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

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

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