#755252

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

Shades of Buccaneer #755252

Tints of Buccaneer #755252

Color information

#755252 (or 0x755252) is unknown color: approx Buccaneer. HEX triplet: 75, 52 and 52. RGB value is (117,82,82). Sum of RGB (Red+Green+Blue) = 117+82+82=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755252 is #8AADAD. Grayscale: #5C5C5C. Windows color (decimal): -9088430 or 5395061. OLE color: 5395061.

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

Color convert

RGB1178282-
CMYK00.300.300.54
HSL17.59%39.02%-
HSV(B)29.91%45.88%-
XYZ11.8810.439.37-
YUV92.46122.1145.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=41.64%
G=29.18%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117828200.300.300.54017.5939.02
Hex75525201E1E3601227
Octal165122122036366602247
Binary11101011010010101001001111011110110110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755252; }

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

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

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

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

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

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

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

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