#714D4B

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

Shades of Buccaneer #714D4B

Tints of Buccaneer #714D4B

Color information

#714D4B (or 0x714D4B) is unknown color: approx Buccaneer. HEX triplet: 71, 4D and 4B. RGB value is (113,77,75). Sum of RGB (Red+Green+Blue) = 113+77+75=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D4B is #8EB2B4. Grayscale: #575757. Windows color (decimal): -9351861 or 4935025. OLE color: 4935025.

HSL color Cylindrical-coordinate representation of color #714D4B: hue angle of 3.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714D4B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1137775-
CMYK00.320.340.56
HSL3.16º20.21%36.86%-
HSV(B)3.16º33.63%44.31%-
XYZ10.739.337.89-
YUV87.54120.93146.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=42.64%
G=29.06%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113777500.320.340.563.1620.2136.86
Hex714D4B020223831425
Octal161115113040427032445
Binary11100011001101100101101000001000101110001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714D4B; }

 p { color: rgb(113,77,75); }

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

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

 a { background-color: rgb(113,77,75); }

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

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

 span { border-color: rgb(113,77,75); }

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