#714948

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

Shades of Buccaneer #714948

Tints of Buccaneer #714948

Color information

#714948 (or 0x714948) is unknown color: approx Buccaneer. HEX triplet: 71, 49 and 48. RGB value is (113,73,72). Sum of RGB (Red+Green+Blue) = 113+73+72=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #714948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714948 is #8EB6B7. Grayscale: #545454. Windows color (decimal): -9352888 or 4737393. OLE color: 4737393.

HSL color Cylindrical-coordinate representation of color #714948: hue angle of 1.46º 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 #714948 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1137372-
CMYK00.350.360.56
HSL1.46º22.16%36.27%-
HSV(B)1.46º36.28%44.31%-
XYZ10.368.747.27-
YUV84.85120.75148.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=43.80%
G=28.29%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113737200.350.360.561.4622.1636.27
Hex714948023243811624
Octal161111110043447012644
Binary1110001100100110010000100011100100111000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714948; }

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

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

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

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

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

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

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

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