#735252

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

Shades of Buccaneer #735252

Tints of Buccaneer #735252

Color information

#735252 (or 0x735252) is unknown color: approx Buccaneer. HEX triplet: 73, 52 and 52. RGB value is (115,82,82). Sum of RGB (Red+Green+Blue) = 115+82+82=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #735252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735252 is #8CADAD. Grayscale: #5B5B5B. Windows color (decimal): -9219502 or 5395059. OLE color: 5395059.

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

Color convert

RGB1158282-
CMYK00.290.290.55
HSL16.75%38.63%-
HSV(B)28.7%45.1%-
XYZ11.6110.299.36-
YUV91.87122.43144.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=41.22%
G=29.39%
B=29.39%

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
Decimal115828200.290.290.55016.7538.63
Hex73525201D1D3701127
Octal163122122035356702147
Binary11100111010010101001001110111101110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735252; }

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

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

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

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

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

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

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

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