#734646

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

Shades of Buccaneer #734646

Tints of Buccaneer #734646

Color information

#734646 (or 0x734646) is unknown color: approx Buccaneer. HEX triplet: 73, 46 and 46. RGB value is (115,70,70). Sum of RGB (Red+Green+Blue) = 115+70+70=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #734646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734646 is #8CB9B9. Grayscale: #535353. Windows color (decimal): -9222586 or 4605555. OLE color: 4605555.

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

Color convert

RGB1157070-
CMYK00.390.390.55
HSL24.32%36.27%-
HSV(B)39.13%45.1%-
XYZ10.378.476.88-
YUV83.46120.41150.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=45.10%
G=27.45%
B=27.45%

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
Decimal115707000.390.390.55024.3236.27
Hex734646027273701824
Octal163106106047476703044
Binary1110011100011010001100100111100111110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734646; }

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

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

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

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

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

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

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

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