#73524F

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

Shades of Buccaneer #73524F

Tints of Buccaneer #73524F

Color information

#73524F (or 0x73524F) is unknown color: approx Buccaneer. HEX triplet: 73, 52 and 4F. RGB value is (115,82,79). Sum of RGB (Red+Green+Blue) = 115+82+79=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73524F is #8CADB0. Grayscale: #5B5B5B. Windows color (decimal): -9219505 or 5198451. OLE color: 5198451.

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

Color convert

RGB1158279-
CMYK00.290.310.55
HSL18.56%38.04%-
HSV(B)31.3%45.1%-
XYZ11.510.248.77-
YUV91.52120.93144.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=41.67%
G=29.71%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115827900.290.310.55518.5638.04
Hex73524F01D1F3751326
Octal163122117035376752346
Binary1110011101001010011110111011111111011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73524F; }

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

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

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

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

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

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

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

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