#734C48

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

Shades of Buccaneer #734C48

Tints of Buccaneer #734C48

Color information

#734C48 (or 0x734C48) is unknown color: approx Buccaneer. HEX triplet: 73, 4C and 48. RGB value is (115,76,72). Sum of RGB (Red+Green+Blue) = 115+76+72=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #734C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C48 is #8CB3B7. Grayscale: #575757. Windows color (decimal): -9221048 or 4738163. OLE color: 4738163.

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

Color convert

RGB1157672-
CMYK00.340.370.55
HSL5.58º22.99%36.67%-
HSV(B)5.58º37.39%45.1%-
XYZ10.829.287.35-
YUV87.2119.42147.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=43.73%
G=28.90%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115767200.340.370.555.5822.9936.67
Hex734C48022253761725
Octal163114110042456762745
Binary111001110011001001000010001010010111011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C48; }

 p { color: rgb(115,76,72); }

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

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

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

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

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

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

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