#745252

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

Shades of Buccaneer #745252

Tints of Buccaneer #745252

Color information

#745252 (or 0x745252) is unknown color: approx Buccaneer. HEX triplet: 74, 52 and 52. RGB value is (116,82,82). Sum of RGB (Red+Green+Blue) = 116+82+82=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #745252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745252 is #8BADAD. Grayscale: #5C5C5C. Windows color (decimal): -9153966 or 5395060. OLE color: 5395060.

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

Color convert

RGB1168282-
CMYK00.290.290.55
HSL17.17%38.82%-
HSV(B)29.31%45.49%-
XYZ11.7410.369.36-
YUV92.17122.26145-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=41.43%
G=29.29%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116828200.290.290.55017.1738.82
Hex74525201D1D3701127
Octal164122122035356702147
Binary11101001010010101001001110111101110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745252; }

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

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

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

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

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

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

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

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