#734D48

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

Shades of Buccaneer #734D48

Tints of Buccaneer #734D48

Color information

#734D48 (or 0x734D48) is unknown color: approx Buccaneer. HEX triplet: 73, 4D and 48. RGB value is (115,77,72). Sum of RGB (Red+Green+Blue) = 115+77+72=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #734D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D48 is #8CB2B7. Grayscale: #575757. Windows color (decimal): -9220792 or 4738419. OLE color: 4738419.

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

Color convert

RGB1157772-
CMYK00.330.370.55
HSL6.98º22.99%36.67%-
HSV(B)6.98º37.39%45.1%-
XYZ10.899.427.38-
YUV87.79119.09147.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=43.56%
G=29.17%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115777200.330.370.556.9822.9936.67
Hex734D48021253771725
Octal163115110041456772745
Binary111001110011011001000010000110010111011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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