#714745

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

Shades of Buccaneer #714745

Tints of Buccaneer #714745

Color information

#714745 (or 0x714745) is unknown color: approx Buccaneer. HEX triplet: 71, 47 and 45. RGB value is (113,71,69). Sum of RGB (Red+Green+Blue) = 113+71+69=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #714745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714745 is #8EB8BA. Grayscale: #535353. Windows color (decimal): -9353403 or 4540273. OLE color: 4540273.

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

Color convert

RGB1137169-
CMYK00.370.390.56
HSL2.73º24.18%35.69%-
HSV(B)2.73º38.94%44.31%-
XYZ10.148.456.73-
YUV83.33119.91149.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=44.66%
G=28.06%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113716900.370.390.562.7324.1835.69
Hex714745025273831824
Octal161107105045477033044
Binary11100011000111100010101001011001111110001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714745; }

 p { color: rgb(113,71,69); }

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

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

 a { background-color: rgb(113,71,69); }

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

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

 span { border-color: rgb(113,71,69); }

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