#714B48

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

Shades of Buccaneer #714B48

Tints of Buccaneer #714B48

Color information

#714B48 (or 0x714B48) is unknown color: approx Buccaneer. HEX triplet: 71, 4B and 48. RGB value is (113,75,72). Sum of RGB (Red+Green+Blue) = 113+75+72=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #714B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B48 is #8EB4B7. Grayscale: #565656. Windows color (decimal): -9352376 or 4737905. OLE color: 4737905.

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

Color convert

RGB1137572-
CMYK00.340.360.56
HSL4.39º22.16%36.27%-
HSV(B)4.39º36.28%44.31%-
XYZ10.59.017.32-
YUV86.02120.09147.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=43.46%
G=28.85%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113757200.340.360.564.3922.1636.27
Hex714B48022243841624
Octal161113110042447042644
Binary111000110010111001000010001010010011100010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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