#724B49

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

Shades of Buccaneer #724B49

Tints of Buccaneer #724B49

Color information

#724B49 (or 0x724B49) is unknown color: approx Buccaneer. HEX triplet: 72, 4B and 49. RGB value is (114,75,73). Sum of RGB (Red+Green+Blue) = 114+75+73=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B49 is #8DB4B6. Grayscale: #565656. Windows color (decimal): -9286839 or 4803442. OLE color: 4803442.

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

Color convert

RGB1147573-
CMYK00.340.360.55
HSL2.93º21.93%36.67%-
HSV(B)2.93º35.96%44.71%-
XYZ10.669.097.5-
YUV86.43120.42147.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=43.51%
G=28.63%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114757300.340.360.552.9321.9336.67
Hex724B49022243731625
Octal162113111042446732645
Binary11100101001011100100101000101001001101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B49; }

 p { color: rgb(114,75,73); }

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

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

 a { background-color: rgb(114,75,73); }

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

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

 span { border-color: rgb(114,75,73); }

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