#744848

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

Shades of Buccaneer #744848

Tints of Buccaneer #744848

Color information

#744848 (or 0x744848) is unknown color: approx Buccaneer. HEX triplet: 74, 48 and 48. RGB value is (116,72,72). Sum of RGB (Red+Green+Blue) = 116+72+72=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #744848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744848 is #8BB7B7. Grayscale: #555555. Windows color (decimal): -9156536 or 4737140. OLE color: 4737140.

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

Color convert

RGB1167272-
CMYK00.380.380.55
HSL23.4%36.86%-
HSV(B)37.93%45.49%-
XYZ10.698.827.27-
YUV85.16120.58150-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=44.62%
G=27.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116727200.380.380.55023.436.86
Hex744848026263701725
Octal164110110046466702745
Binary1110100100100010010000100110100110110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744848; }

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

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

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

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

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

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

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

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