#724D4A

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

Shades of Buccaneer #724D4A

Tints of Buccaneer #724D4A

Color information

#724D4A (or 0x724D4A) is unknown color: approx Buccaneer. HEX triplet: 72, 4D and 4A. RGB value is (114,77,74). Sum of RGB (Red+Green+Blue) = 114+77+74=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #724D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D4A is #8DB2B5. Grayscale: #575757. Windows color (decimal): -9286326 or 4869490. OLE color: 4869490.

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

Color convert

RGB1147774-
CMYK00.320.350.55
HSL4.5º21.28%36.86%-
HSV(B)4.5º35.09%44.71%-
XYZ10.839.387.72-
YUV87.72120.26146.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=43.02%
G=29.06%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114777400.320.350.554.521.2836.86
Hex724D4A020233751525
Octal162115112040436752545
Binary111001010011011001010010000010001111011110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,74); }

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

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

 a { background-color: rgb(114,77,74); }

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

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

 span { border-color: rgb(114,77,74); }

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