#724E4B

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

Shades of Buccaneer #724E4B

Tints of Buccaneer #724E4B

Color information

#724E4B (or 0x724E4B) is unknown color: approx Buccaneer. HEX triplet: 72, 4E and 4B. RGB value is (114,78,75). Sum of RGB (Red+Green+Blue) = 114+78+75=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #724E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E4B is #8DB1B4. Grayscale: #585858. Windows color (decimal): -9286069 or 4935282. OLE color: 4935282.

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

Color convert

RGB1147875-
CMYK00.320.340.55
HSL4.62º20.63%37.06%-
HSV(B)4.62º34.21%44.71%-
XYZ10.939.537.92-
YUV88.42120.43146.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=42.70%
G=29.21%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114787500.320.340.554.6220.6337.06
Hex724E4B020223751525
Octal162116113040426752545
Binary111001010011101001011010000010001011011110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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