#745452

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

Shades of Buccaneer #745452

Tints of Buccaneer #745452

Color information

#745452 (or 0x745452) is unknown color: approx Buccaneer. HEX triplet: 74, 54 and 52. RGB value is (116,84,82). Sum of RGB (Red+Green+Blue) = 116+84+82=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #745452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745452 is #8BABAD. Grayscale: #5D5D5D. Windows color (decimal): -9153454 or 5395572. OLE color: 5395572.

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

Color convert

RGB1168482-
CMYK00.280.290.55
HSL3.53º17.17%38.82%-
HSV(B)3.53º29.31%45.49%-
XYZ11.910.669.41-
YUV93.34121.6144.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=41.13%
G=29.79%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116848200.280.290.553.5317.1738.82
Hex74545201C1D3741127
Octal164124122034356742147
Binary1110100101010010100100111001110111011110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745452; }

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

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

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

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

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

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

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

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