#734E48

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

Shades of Buccaneer #734E48

Tints of Buccaneer #734E48

Color information

#734E48 (or 0x734E48) is unknown color: approx Buccaneer. HEX triplet: 73, 4E and 48. RGB value is (115,78,72). Sum of RGB (Red+Green+Blue) = 115+78+72=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #734E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E48 is #8CB1B7. Grayscale: #585858. Windows color (decimal): -9220536 or 4738675. OLE color: 4738675.

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

Color convert

RGB1157872-
CMYK00.320.370.55
HSL8.37º22.99%36.67%-
HSV(B)8.37º37.39%45.1%-
XYZ10.969.567.4-
YUV88.38118.76146.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=43.40%
G=29.43%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115787200.320.370.558.3722.9936.67
Hex734E48020253781725
Octal1631161100404567102745
Binary1110011100111010010000100000100101110111100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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