#75514A

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

Shades of Buccaneer #75514A

Tints of Buccaneer #75514A

Color information

#75514A (or 0x75514A) is unknown color: approx Buccaneer. HEX triplet: 75, 51 and 4A. RGB value is (117,81,74). Sum of RGB (Red+Green+Blue) = 117+81+74=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #75514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75514A is #8AAEB5. Grayscale: #5B5B5B. Windows color (decimal): -9088694 or 4870517. OLE color: 4870517.

HSL color Cylindrical-coordinate representation of color #75514A: hue angle of 9.77º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75514A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1178174-
CMYK00.310.370.54
HSL9.77º22.51%37.45%-
HSV(B)9.77º36.75%45.88%-
XYZ11.5110.167.83-
YUV90.97118.43146.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=43.01%
G=29.78%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117817400.310.370.549.7722.5137.45
Hex75514A01F2536a1725
Octal1651211120374566122745
Binary111010110100011001010011111100101110110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75514A; }

 p { color: rgb(117,81,74); }

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

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

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

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

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

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

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