#744847

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

Shades of Buccaneer #744847

Tints of Buccaneer #744847

Color information

#744847 (or 0x744847) is unknown color: approx Buccaneer. HEX triplet: 74, 48 and 47. RGB value is (116,72,71). Sum of RGB (Red+Green+Blue) = 116+72+71=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #744847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744847 is #8BB7B8. Grayscale: #555555. Windows color (decimal): -9156537 or 4671604. OLE color: 4671604.

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

Color convert

RGB1167271-
CMYK00.380.390.55
HSL1.33º24.06%36.67%-
HSV(B)1.33º38.79%45.49%-
XYZ10.668.87.1-
YUV85.04120.08150.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 71 (28.12% from 255) = 27.41%
R=44.79%
G=27.80%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116727100.380.390.551.3324.0636.67
Hex744847026273711825
Octal164110107046476713045
Binary1110100100100010001110100110100111110111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744847; }

 p { color: rgb(116,72,71); }

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

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

 a { background-color: rgb(116,72,71); }

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

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

 span { border-color: rgb(116,72,71); }

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