#714645

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

Shades of Buccaneer #714645

Tints of Buccaneer #714645

Color information

#714645 (or 0x714645) is unknown color: approx Buccaneer. HEX triplet: 71, 46 and 45. RGB value is (113,70,69). Sum of RGB (Red+Green+Blue) = 113+70+69=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714645 is #8EB9BA. Grayscale: #525252. Windows color (decimal): -9353659 or 4540017. OLE color: 4540017.

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

Color convert

RGB1137069-
CMYK00.380.390.56
HSL1.36º24.18%35.69%-
HSV(B)1.36º38.94%44.31%-
XYZ10.078.326.71-
YUV82.74120.25149.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=44.84%
G=27.78%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113706900.380.390.561.3624.1835.69
Hex714645026273811824
Octal161106105046477013044
Binary1110001100011010001010100110100111111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714645; }

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

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

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

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

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

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

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

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