#724C4A

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

Shades of Buccaneer #724C4A

Tints of Buccaneer #724C4A

Color information

#724C4A (or 0x724C4A) is unknown color: approx Buccaneer. HEX triplet: 72, 4C and 4A. RGB value is (114,76,74). Sum of RGB (Red+Green+Blue) = 114+76+74=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #724C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C4A is #8DB3B5. Grayscale: #575757. Windows color (decimal): -9286582 or 4869234. OLE color: 4869234.

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

Color convert

RGB1147674-
CMYK00.330.350.55
HSL21.28%36.86%-
HSV(B)35.09%44.71%-
XYZ10.769.247.7-
YUV87.13120.59147.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 76 (30.08% from 255) = 28.79%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=43.18%
G=28.79%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114767400.330.350.55321.2836.86
Hex724C4A021233731525
Octal162114112041436732545
Binary11100101001100100101001000011000111101111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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