#75524B

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

Shades of Buccaneer #75524B

Tints of Buccaneer #75524B

Color information

#75524B (or 0x75524B) is unknown color: approx Buccaneer. HEX triplet: 75, 52 and 4B. RGB value is (117,82,75). Sum of RGB (Red+Green+Blue) = 117+82+75=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75524B is #8AADB4. Grayscale: #5B5B5B. Windows color (decimal): -9088437 or 4936309. OLE color: 4936309.

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

Color convert

RGB1178275-
CMYK00.300.360.54
HSL10º21.88%37.65%-
HSV(B)10º35.9%45.88%-
XYZ11.6210.328.04-
YUV91.67118.6146.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=42.70%
G=29.93%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117827500.300.360.541021.8837.65
Hex75524B01E2436a1626
Octal1651221130364466122646
Binary111010110100101001011011110100100110110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75524B; }

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

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

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

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

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

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

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

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