#724B4B

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

Shades of Buccaneer #724B4B

Tints of Buccaneer #724B4B

Color information

#724B4B (or 0x724B4B) is unknown color: approx Buccaneer. HEX triplet: 72, 4B and 4B. RGB value is (114,75,75). Sum of RGB (Red+Green+Blue) = 114+75+75=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #724B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B4B is #8DB4B4. Grayscale: #565656. Windows color (decimal): -9286837 or 4934514. OLE color: 4934514.

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

Color convert

RGB1147575-
CMYK00.340.340.55
HSL20.63%37.06%-
HSV(B)34.21%44.71%-
XYZ10.739.127.85-
YUV86.66121.42147.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=43.18%
G=28.41%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114757500.340.340.55020.6337.06
Hex724B4B022223701525
Octal162113113042426702545
Binary1110010100101110010110100010100010110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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