#714946

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

Shades of Buccaneer #714946

Tints of Buccaneer #714946

Color information

#714946 (or 0x714946) is unknown color: approx Buccaneer. HEX triplet: 71, 49 and 46. RGB value is (113,73,70). Sum of RGB (Red+Green+Blue) = 113+73+70=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #714946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714946 is #8EB6B9. Grayscale: #545454. Windows color (decimal): -9352890 or 4606321. OLE color: 4606321.

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

Color convert

RGB1137370-
CMYK00.350.380.56
HSL4.19º23.5%35.88%-
HSV(B)4.19º38.05%44.31%-
XYZ10.38.726.93-
YUV84.62119.75148.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=44.14%
G=28.52%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113737000.350.380.564.1923.535.88
Hex714946023263841724
Octal161111106043467042744
Binary111000110010011000110010001110011011100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714946; }

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

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

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

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

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

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

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

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