#745350

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

Shades of Buccaneer #745350

Tints of Buccaneer #745350

Color information

#745350 (or 0x745350) is unknown color: approx Buccaneer. HEX triplet: 74, 53 and 50. RGB value is (116,83,80). Sum of RGB (Red+Green+Blue) = 116+83+80=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #745350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745350 is #8BACAF. Grayscale: #5C5C5C. Windows color (decimal): -9153712 or 5264244. OLE color: 5264244.

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

Color convert

RGB1168380-
CMYK00.280.310.55
HSL18.37%38.43%-
HSV(B)31.03%45.49%-
XYZ11.7410.488.99-
YUV92.52120.93144.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=41.58%
G=29.75%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116838000.280.310.55518.3738.43
Hex74535001C1F3751226
Octal164123120034376752246
Binary1110100101001110100000111001111111011110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745350; }

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

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

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

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

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

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

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

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