#724646

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

Shades of Buccaneer #724646

Tints of Buccaneer #724646

Color information

#724646 (or 0x724646) is unknown color: approx Buccaneer. HEX triplet: 72, 46 and 46. RGB value is (114,70,70). Sum of RGB (Red+Green+Blue) = 114+70+70=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #724646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724646 is #8DB9B9. Grayscale: #535353. Windows color (decimal): -9288122 or 4605554. OLE color: 4605554.

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

Color convert

RGB1147070-
CMYK00.390.390.55
HSL23.91%36.08%-
HSV(B)38.6%44.71%-
XYZ10.248.46.88-
YUV83.16120.58150-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=44.88%
G=27.56%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114707000.390.390.55023.9136.08
Hex724646027273701824
Octal162106106047476703044
Binary1110010100011010001100100111100111110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724646; }

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

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

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

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

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

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

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

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