#744948

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

Shades of Buccaneer #744948

Tints of Buccaneer #744948

Color information

#744948 (or 0x744948) is unknown color: approx Buccaneer. HEX triplet: 74, 49 and 48. RGB value is (116,73,72). Sum of RGB (Red+Green+Blue) = 116+73+72=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #744948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744948 is #8BB6B7. Grayscale: #555555. Windows color (decimal): -9156280 or 4737396. OLE color: 4737396.

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

Color convert

RGB1167372-
CMYK00.370.380.55
HSL1.36º23.4%36.86%-
HSV(B)1.36º37.93%45.49%-
XYZ10.758.957.29-
YUV85.74120.25149.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=44.44%
G=27.97%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116737200.370.380.551.3623.436.86
Hex744948025263711725
Octal164111110045466712745
Binary1110100100100110010000100101100110110111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744948; }

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

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

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

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

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

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

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

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